Shades of Pohutukawa #64040B
Tints of Pohutukawa #64040B
RGB
CMYK
RGB Variations
Color information
#64040B (or 0x64040B) is known color: 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
| RGB | 100 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.61 |
| HSL | 355.63º | 0.92% | 0.2% | - |
| HSV(B) | 355.63º | 0.96% | 0.39% | - |
| XYZ | 5.36 | 2.82 | 0.58 | - |
| YUV | 33.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 11 | 0 | 0.96 | 0.89 | 0.61 | 355.63 | 0.92 | 0.2 |
| Hex | 64 | 4 | B | 0 | 60 | 59 | 3D | 164 | 5C | 14 |
| Octal | 144 | 4 | 13 | 0 | 140 | 131 | 75 | 544 | 134 | 24 |
| Binary | 1100100 | 100 | 1011 | 0 | 1100000 | 1011001 | 111101 | 101100100 | 1011100 | 10100 |
Color Harmonies of #64040B
Complementary color
Monochromatic Colors of #64040B
Black with #64040B
Text Example
Text Example
White with #64040B
Text Example
Text Example
HTML Codes & Css Web 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>