#64040B

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

Shades of Pohutukawa #64040B

Tints of Pohutukawa #64040B

Color information

#64040B (or 0x64040B) is unknown color: approx Pohutukawa. HEX triplet: 64, 04 and 0B. RGB value is (100,4,11). Sum of RGB (Red+Green+Blue) = 100+4+11=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #64040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64040B is #9BFBF4. Grayscale: #212121. Windows color (decimal): -10222581 or 722020. OLE color: 722020.

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

Color convert

RGB100411-
CMYK00.960.890.61
HSL355.62º92.31%20.39%-
HSV(B)355.62º96%39.22%-
XYZ5.362.820.58-
YUV33.5115.3175.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.96%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=86.96%
G=3.48%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10041100.960.890.61355.6292.3120.39
Hex644B060593D1645c14
Octal14441301401317554413424
Binary11001001001011011000001011001111101101100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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