Shades of Pohutukawa #64061C
Tints of Pohutukawa #64061C
RGB
CMYK
RGB Variations
Color information
#64061C (or 0x64061C) is known color: Pohutukawa. HEX triplet: 64, 06 and 1C. RGB value is (100,6,28). Sum of RGB (Red+Green+Blue) = 100+6+28=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061C is #9BF9E3. Grayscale: #242424. Windows color (decimal): -10222052 or 1836644. OLE color: 1836644.
HSL color Cylindrical-coordinate representation of color #64061C: hue angle of 345.96º 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 #64061C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 28 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.61 |
| HSL | 345.96º | 0.89% | 0.21% | - |
| HSV(B) | 345.96º | 0.94% | 0.39% | - |
| XYZ | 5.53 | 2.92 | 1.37 | - |
| YUV | 36.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 28 | 0 | 0.94 | 0.72 | 0.61 | 345.96 | 0.89 | 0.21 |
| Hex | 64 | 6 | 1C | 0 | 5E | 48 | 3D | 15A | 59 | 15 |
| Octal | 144 | 6 | 34 | 0 | 136 | 110 | 75 | 532 | 131 | 25 |
| Binary | 1100100 | 110 | 11100 | 0 | 1011110 | 1001000 | 111101 | 101011010 | 1011001 | 10101 |
Color Harmonies of #64061C
Complementary color
Monochromatic Colors of #64061C
Black with #64061C
Text Example
Text Example
White with #64061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64061C; }
p { color: rgb(100,6,28); }
H1.HeaderClassName
{
color: #64061C;
}
.AnyTagClassName
{
color: #64061C;
}
</style>
background-color css
<style>
a { background-color: #64061C; }
a { background-color: rgb(100,6,28); }
div.DivClassName
{
background-color: #64061C;
}
.BgClassName
{
background-color: #64061C;
}
</style>
border-color css
<style>
span { border-color: #64061C; }
span { border-color: rgb(100,6,28); }
td.TdClassName
{
border-color: #64061C;
}
.TagClassName
{
border-color: #64061C;
}
</style>