Shades of Pohutukawa #64162E
Tints of Pohutukawa #64162E
RGB
CMYK
RGB Variations
Color information
#64162E (or 0x64162E) is known color: Pohutukawa. HEX triplet: 64, 16 and 2E. RGB value is (100,22,46). Sum of RGB (Red+Green+Blue) = 100+22+46=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64162E is #9BE9D1. Grayscale: #303030. Windows color (decimal): -10217938 or 3020388. OLE color: 3020388.
HSL color Cylindrical-coordinate representation of color #64162E: hue angle of 341.54º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64162E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 46 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.61 |
| HSL | 341.54º | 0.64% | 0.24% | - |
| HSV(B) | 341.54º | 0.78% | 0.39% | - |
| XYZ | 6.04 | 3.48 | 2.94 | - |
| YUV | 48.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 46 | 0 | 0.78 | 0.54 | 0.61 | 341.54 | 0.64 | 0.24 |
| Hex | 64 | 16 | 2E | 0 | 4E | 36 | 3D | 156 | 40 | 18 |
| Octal | 144 | 26 | 56 | 0 | 116 | 66 | 75 | 526 | 100 | 30 |
| Binary | 1100100 | 10110 | 101110 | 0 | 1001110 | 110110 | 111101 | 101010110 | 1000000 | 11000 |
Color Harmonies of #64162E
Complementary color
Monochromatic Colors of #64162E
Black with #64162E
Text Example
Text Example
White with #64162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64162E; }
p { color: rgb(100,22,46); }
H1.HeaderClassName
{
color: #64162E;
}
.AnyTagClassName
{
color: #64162E;
}
</style>
background-color css
<style>
a { background-color: #64162E; }
a { background-color: rgb(100,22,46); }
div.DivClassName
{
background-color: #64162E;
}
.BgClassName
{
background-color: #64162E;
}
</style>
border-color css
<style>
span { border-color: #64162E; }
span { border-color: rgb(100,22,46); }
td.TdClassName
{
border-color: #64162E;
}
.TagClassName
{
border-color: #64162E;
}
</style>