Shades of Pohutukawa #64060B
Tints of Pohutukawa #64060B
RGB
CMYK
RGB Variations
Color information
#64060B (or 0x64060B) is known color: Pohutukawa. HEX triplet: 64, 06 and 0B. RGB value is (100,6,11). Sum of RGB (Red+Green+Blue) = 100+6+11=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #64060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64060B is #9BF9F4. Grayscale: #222222. Windows color (decimal): -10222069 or 722532. OLE color: 722532.
HSL color Cylindrical-coordinate representation of color #64060B: hue angle of 356.81º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64060B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 11 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.61 |
| HSL | 356.81º | 0.89% | 0.21% | - |
| HSV(B) | 356.81º | 0.94% | 0.39% | - |
| XYZ | 5.38 | 2.86 | 0.59 | - |
| YUV | 34.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 11 | 0 | 0.94 | 0.89 | 0.61 | 356.81 | 0.89 | 0.21 |
| Hex | 64 | 6 | B | 0 | 5E | 59 | 3D | 165 | 59 | 15 |
| Octal | 144 | 6 | 13 | 0 | 136 | 131 | 75 | 545 | 131 | 25 |
| Binary | 1100100 | 110 | 1011 | 0 | 1011110 | 1011001 | 111101 | 101100101 | 1011001 | 10101 |
Color Harmonies of #64060B
Complementary color
Monochromatic Colors of #64060B
Black with #64060B
Text Example
Text Example
White with #64060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64060B; }
p { color: rgb(100,6,11); }
H1.HeaderClassName
{
color: #64060B;
}
.AnyTagClassName
{
color: #64060B;
}
</style>
background-color css
<style>
a { background-color: #64060B; }
a { background-color: rgb(100,6,11); }
div.DivClassName
{
background-color: #64060B;
}
.BgClassName
{
background-color: #64060B;
}
</style>
border-color css
<style>
span { border-color: #64060B; }
span { border-color: rgb(100,6,11); }
td.TdClassName
{
border-color: #64060B;
}
.TagClassName
{
border-color: #64060B;
}
</style>