#67181B

Color #67181B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #67181B

Tints of Pohutukawa #67181B

Color information

#67181B (or 0x67181B) is unknown color: approx Pohutukawa. HEX triplet: 67, 18 and 1B. RGB value is (103,24,27). Sum of RGB (Red+Green+Blue) = 103+24+27=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181B is #98E7E4. Grayscale: #303030. Windows color (decimal): -10020837 or 1775719. OLE color: 1775719.

HSL color Cylindrical-coordinate representation of color #67181B: hue angle of 357.72º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67181B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1032427-
CMYK00.770.740.60
HSL357.72º62.2%24.9%-
HSV(B)357.72º76.7%40.39%-
XYZ6.123.621.41-
YUV47.96116.17167.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=66.88%
G=15.58%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103242700.770.740.60357.7262.224.9
Hex67181B04D4A3C1663e19
Octal14730330115112745467631
Binary1100111110001101101001101100101011110010110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67181B; }

 p { color: rgb(103,24,27); }

 H1.HeaderClassName
 {
   color: #67181B;
 }
 .AnyTagClassName
 {
   color: #67181B;
 }
</style>
background-color css

<style>
 a { background-color: #67181B; }

 a { background-color: rgb(103,24,27); }

 div.DivClassName
 {
   background-color: #67181B;
 }
 .BgClassName
 {
   background-color: #67181B;
 }
</style>
border-color css

<style>
 span { border-color: #67181B; }

 span { border-color: rgb(103,24,27); }

 td.TdClassName
 {
   border-color: #67181B;
 }
 .TagClassName
 {
   border-color: #67181B;
 }
</style>