Shades of Pohutukawa #641920
Tints of Pohutukawa #641920
RGB
CMYK
RGB Variations
Color information
#641920 (or 0x641920) is known color: Pohutukawa. HEX triplet: 64, 19 and 20. RGB value is (100,25,32). Sum of RGB (Red+Green+Blue) = 100+25+32=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #641920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641920 is #9BE6DF. Grayscale: #303030. Windows color (decimal): -10217184 or 2103652. OLE color: 2103652.
HSL color Cylindrical-coordinate representation of color #641920: hue angle of 354.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 #641920 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 32 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.61 |
| HSL | 354.4º | 0.6% | 0.25% | - |
| HSV(B) | 354.4º | 0.75% | 0.39% | - |
| XYZ | 5.86 | 3.51 | 1.73 | - |
| YUV | 48.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 32 | 0 | 0.75 | 0.68 | 0.61 | 354.4 | 0.6 | 0.25 |
| Hex | 64 | 19 | 20 | 0 | 4B | 44 | 3D | 162 | 3C | 19 |
| Octal | 144 | 31 | 40 | 0 | 113 | 104 | 75 | 542 | 74 | 31 |
| Binary | 1100100 | 11001 | 100000 | 0 | 1001011 | 1000100 | 111101 | 101100010 | 111100 | 11001 |
Color Harmonies of #641920
Complementary color
Monochromatic Colors of #641920
Black with #641920
Text Example
Text Example
White with #641920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641920; }
p { color: rgb(100,25,32); }
H1.HeaderClassName
{
color: #641920;
}
.AnyTagClassName
{
color: #641920;
}
</style>
background-color css
<style>
a { background-color: #641920; }
a { background-color: rgb(100,25,32); }
div.DivClassName
{
background-color: #641920;
}
.BgClassName
{
background-color: #641920;
}
</style>
border-color css
<style>
span { border-color: #641920; }
span { border-color: rgb(100,25,32); }
td.TdClassName
{
border-color: #641920;
}
.TagClassName
{
border-color: #641920;
}
</style>