Shades of Pohutukawa #64091C
Tints of Pohutukawa #64091C
RGB
CMYK
RGB Variations
Color information
#64091C (or 0x64091C) is known color: Pohutukawa. HEX triplet: 64, 09 and 1C. RGB value is (100,9,28). Sum of RGB (Red+Green+Blue) = 100+9+28=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #64091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64091C is #9BF6E3. Grayscale: #262626. Windows color (decimal): -10221284 or 1837412. OLE color: 1837412.
HSL color Cylindrical-coordinate representation of color #64091C: hue angle of 347.47º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64091C is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 28 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.61 |
| HSL | 347.47º | 0.83% | 0.21% | - |
| HSV(B) | 347.47º | 0.91% | 0.39% | - |
| XYZ | 5.56 | 2.99 | 1.38 | - |
| YUV | 38.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 28 | 0 | 0.91 | 0.72 | 0.61 | 347.47 | 0.83 | 0.21 |
| Hex | 64 | 9 | 1C | 0 | 5B | 48 | 3D | 15B | 53 | 15 |
| Octal | 144 | 11 | 34 | 0 | 133 | 110 | 75 | 533 | 123 | 25 |
| Binary | 1100100 | 1001 | 11100 | 0 | 1011011 | 1001000 | 111101 | 101011011 | 1010011 | 10101 |
Color Harmonies of #64091C
Complementary color
Monochromatic Colors of #64091C
Black with #64091C
Text Example
Text Example
White with #64091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64091C; }
p { color: rgb(100,9,28); }
H1.HeaderClassName
{
color: #64091C;
}
.AnyTagClassName
{
color: #64091C;
}
</style>
background-color css
<style>
a { background-color: #64091C; }
a { background-color: rgb(100,9,28); }
div.DivClassName
{
background-color: #64091C;
}
.BgClassName
{
background-color: #64091C;
}
</style>
border-color css
<style>
span { border-color: #64091C; }
span { border-color: rgb(100,9,28); }
td.TdClassName
{
border-color: #64091C;
}
.TagClassName
{
border-color: #64091C;
}
</style>