Shades of Pohutukawa #64061F
Tints of Pohutukawa #64061F
RGB
CMYK
RGB Variations
Color information
#64061F (or 0x64061F) is known color: Pohutukawa. HEX triplet: 64, 06 and 1F. RGB value is (100,6,31). Sum of RGB (Red+Green+Blue) = 100+6+31=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #64061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061F is #9BF9E0. Grayscale: #242424. Windows color (decimal): -10222049 or 2033252. OLE color: 2033252.
HSL color Cylindrical-coordinate representation of color #64061F: hue angle of 344.04º 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 #64061F is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 31 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.61 |
| HSL | 344.04º | 0.89% | 0.21% | - |
| HSV(B) | 344.04º | 0.94% | 0.39% | - |
| XYZ | 5.57 | 2.94 | 1.57 | - |
| YUV | 36.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 31 | 0 | 0.94 | 0.69 | 0.61 | 344.04 | 0.89 | 0.21 |
| Hex | 64 | 6 | 1F | 0 | 5E | 45 | 3D | 158 | 59 | 15 |
| Octal | 144 | 6 | 37 | 0 | 136 | 105 | 75 | 530 | 131 | 25 |
| Binary | 1100100 | 110 | 11111 | 0 | 1011110 | 1000101 | 111101 | 101011000 | 1011001 | 10101 |
Color Harmonies of #64061F
Complementary color
Monochromatic Colors of #64061F
Black with #64061F
Text Example
Text Example
White with #64061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64061F; }
p { color: rgb(100,6,31); }
H1.HeaderClassName
{
color: #64061F;
}
.AnyTagClassName
{
color: #64061F;
}
</style>
background-color css
<style>
a { background-color: #64061F; }
a { background-color: rgb(100,6,31); }
div.DivClassName
{
background-color: #64061F;
}
.BgClassName
{
background-color: #64061F;
}
</style>
border-color css
<style>
span { border-color: #64061F; }
span { border-color: rgb(100,6,31); }
td.TdClassName
{
border-color: #64061F;
}
.TagClassName
{
border-color: #64061F;
}
</style>