Shades of Pohutukawa #64192A
Tints of Pohutukawa #64192A
RGB
CMYK
RGB Variations
Color information
#64192A (or 0x64192A) is known color: Pohutukawa. HEX triplet: 64, 19 and 2A. RGB value is (100,25,42). Sum of RGB (Red+Green+Blue) = 100+25+42=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64192A is #9BE6D5. Grayscale: #313131. Windows color (decimal): -10217174 or 2759012. OLE color: 2759012.
HSL color Cylindrical-coordinate representation of color #64192A: hue angle of 346.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64192A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 42 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.61 |
| HSL | 346.4º | 0.6% | 0.25% | - |
| HSV(B) | 346.4º | 0.75% | 0.39% | - |
| XYZ | 6.02 | 3.57 | 2.56 | - |
| YUV | 49.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 42 | 0 | 0.75 | 0.58 | 0.61 | 346.4 | 0.6 | 0.25 |
| Hex | 64 | 19 | 2A | 0 | 4B | 3A | 3D | 15A | 3C | 19 |
| Octal | 144 | 31 | 52 | 0 | 113 | 72 | 75 | 532 | 74 | 31 |
| Binary | 1100100 | 11001 | 101010 | 0 | 1001011 | 111010 | 111101 | 101011010 | 111100 | 11001 |
Color Harmonies of #64192A
Complementary color
Monochromatic Colors of #64192A
Black with #64192A
Text Example
Text Example
White with #64192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64192A; }
p { color: rgb(100,25,42); }
H1.HeaderClassName
{
color: #64192A;
}
.AnyTagClassName
{
color: #64192A;
}
</style>
background-color css
<style>
a { background-color: #64192A; }
a { background-color: rgb(100,25,42); }
div.DivClassName
{
background-color: #64192A;
}
.BgClassName
{
background-color: #64192A;
}
</style>
border-color css
<style>
span { border-color: #64192A; }
span { border-color: rgb(100,25,42); }
td.TdClassName
{
border-color: #64192A;
}
.TagClassName
{
border-color: #64192A;
}
</style>