Shades of Pohutukawa #64040E
Tints of Pohutukawa #64040E
RGB
CMYK
RGB Variations
Color information
#64040E (or 0x64040E) is known color: Pohutukawa. HEX triplet: 64, 04 and 0E. RGB value is (100,4,14). Sum of RGB (Red+Green+Blue) = 100+4+14=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #64040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64040E is #9BFBF1. Grayscale: #212121. Windows color (decimal): -10222578 or 918628. OLE color: 918628.
HSL color Cylindrical-coordinate representation of color #64040E: hue angle of 353.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64040E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 14 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.61 |
| HSL | 353.75º | 0.92% | 0.2% | - |
| HSV(B) | 353.75º | 0.96% | 0.39% | - |
| XYZ | 5.38 | 2.83 | 0.68 | - |
| YUV | 33.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 14 | 0 | 0.96 | 0.86 | 0.61 | 353.75 | 0.92 | 0.2 |
| Hex | 64 | 4 | E | 0 | 60 | 56 | 3D | 162 | 5C | 14 |
| Octal | 144 | 4 | 16 | 0 | 140 | 126 | 75 | 542 | 134 | 24 |
| Binary | 1100100 | 100 | 1110 | 0 | 1100000 | 1010110 | 111101 | 101100010 | 1011100 | 10100 |
Color Harmonies of #64040E
Complementary color
Monochromatic Colors of #64040E
Black with #64040E
Text Example
Text Example
White with #64040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64040E; }
p { color: rgb(100,4,14); }
H1.HeaderClassName
{
color: #64040E;
}
.AnyTagClassName
{
color: #64040E;
}
</style>
background-color css
<style>
a { background-color: #64040E; }
a { background-color: rgb(100,4,14); }
div.DivClassName
{
background-color: #64040E;
}
.BgClassName
{
background-color: #64040E;
}
</style>
border-color css
<style>
span { border-color: #64040E; }
span { border-color: rgb(100,4,14); }
td.TdClassName
{
border-color: #64040E;
}
.TagClassName
{
border-color: #64040E;
}
</style>