#66040B

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

Shades of Pohutukawa #66040B

Tints of Pohutukawa #66040B

Color information

#66040B (or 0x66040B) is unknown color: approx Pohutukawa. HEX triplet: 66, 04 and 0B. RGB value is (102,4,11). Sum of RGB (Red+Green+Blue) = 102+4+11=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040B is #99FBF4. Grayscale: #222222. Windows color (decimal): -10091509 or 722022. OLE color: 722022.

HSL color Cylindrical-coordinate representation of color #66040B: hue angle of 355.71º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66040B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB102411-
CMYK00.960.890.6
HSL355.71º92.45%20.78%-
HSV(B)355.71º96.08%40%-
XYZ5.582.940.59-
YUV34.1114.97176.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=87.18%
G=3.42%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10241100.960.890.6355.7192.4520.78
Hex664B060593C1645c15
Octal14641301401317454413425
Binary11001101001011011000001011001111100101100100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,4,11); }

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

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

 a { background-color: rgb(102,4,11); }

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

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

 span { border-color: rgb(102,4,11); }

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