Shades of Pohutukawa #64081C
Tints of Pohutukawa #64081C
RGB
CMYK
RGB Variations
Color information
#64081C (or 0x64081C) is known color: Pohutukawa. HEX triplet: 64, 08 and 1C. RGB value is (100,8,28). Sum of RGB (Red+Green+Blue) = 100+8+28=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #64081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64081C is #9BF7E3. Grayscale: #252525. Windows color (decimal): -10221540 or 1837156. OLE color: 1837156.
HSL color Cylindrical-coordinate representation of color #64081C: hue angle of 346.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64081C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 28 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.61 |
| HSL | 346.96º | 0.85% | 0.21% | - |
| HSV(B) | 346.96º | 0.92% | 0.39% | - |
| XYZ | 5.55 | 2.97 | 1.38 | - |
| YUV | 37.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 28 | 0 | 0.92 | 0.72 | 0.61 | 346.96 | 0.85 | 0.21 |
| Hex | 64 | 8 | 1C | 0 | 5C | 48 | 3D | 15B | 55 | 15 |
| Octal | 144 | 10 | 34 | 0 | 134 | 110 | 75 | 533 | 125 | 25 |
| Binary | 1100100 | 1000 | 11100 | 0 | 1011100 | 1001000 | 111101 | 101011011 | 1010101 | 10101 |
Color Harmonies of #64081C
Complementary color
Monochromatic Colors of #64081C
Black with #64081C
Text Example
Text Example
White with #64081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64081C; }
p { color: rgb(100,8,28); }
H1.HeaderClassName
{
color: #64081C;
}
.AnyTagClassName
{
color: #64081C;
}
</style>
background-color css
<style>
a { background-color: #64081C; }
a { background-color: rgb(100,8,28); }
div.DivClassName
{
background-color: #64081C;
}
.BgClassName
{
background-color: #64081C;
}
</style>
border-color css
<style>
span { border-color: #64081C; }
span { border-color: rgb(100,8,28); }
td.TdClassName
{
border-color: #64081C;
}
.TagClassName
{
border-color: #64081C;
}
</style>