Shades of Pohutukawa #64101E
Tints of Pohutukawa #64101E
RGB
CMYK
RGB Variations
Color information
#64101E (or 0x64101E) is known color: Pohutukawa. HEX triplet: 64, 10 and 1E. RGB value is (100,16,30). Sum of RGB (Red+Green+Blue) = 100+16+30=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64101E is #9BEFE1. Grayscale: #2A2A2A. Windows color (decimal): -10219490 or 1970276. OLE color: 1970276.
HSL color Cylindrical-coordinate representation of color #64101E: hue angle of 350º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64101E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 30 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.61 |
| HSL | 350º | 0.72% | 0.23% | - |
| HSV(B) | 350º | 0.84% | 0.39% | - |
| XYZ | 5.68 | 3.17 | 1.54 | - |
| YUV | 42.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 30 | 0 | 0.84 | 0.70 | 0.61 | 350 | 0.72 | 0.23 |
| Hex | 64 | 10 | 1E | 0 | 54 | 46 | 3D | 15E | 48 | 17 |
| Octal | 144 | 20 | 36 | 0 | 124 | 106 | 75 | 536 | 110 | 27 |
| Binary | 1100100 | 10000 | 11110 | 0 | 1010100 | 1000110 | 111101 | 101011110 | 1001000 | 10111 |
Color Harmonies of #64101E
Complementary color
Monochromatic Colors of #64101E
Black with #64101E
Text Example
Text Example
White with #64101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64101E; }
p { color: rgb(100,16,30); }
H1.HeaderClassName
{
color: #64101E;
}
.AnyTagClassName
{
color: #64101E;
}
</style>
background-color css
<style>
a { background-color: #64101E; }
a { background-color: rgb(100,16,30); }
div.DivClassName
{
background-color: #64101E;
}
.BgClassName
{
background-color: #64101E;
}
</style>
border-color css
<style>
span { border-color: #64101E; }
span { border-color: rgb(100,16,30); }
td.TdClassName
{
border-color: #64101E;
}
.TagClassName
{
border-color: #64101E;
}
</style>