Shades of Pohutukawa #601820
Tints of Pohutukawa #601820
RGB
CMYK
RGB Variations
Color information
#601820 (or 0x601820) is known color: Pohutukawa. HEX triplet: 60, 18 and 20. RGB value is (96,24,32). Sum of RGB (Red+Green+Blue) = 96+24+32=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601820 is #9FE7DF. Grayscale: #2E2E2E. Windows color (decimal): -10479584 or 2103392. OLE color: 2103392.
HSL color Cylindrical-coordinate representation of color #601820: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601820 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 32 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.62 |
| HSL | 353.33º | 0.6% | 0.24% | - |
| HSV(B) | 353.33º | 0.75% | 0.38% | - |
| XYZ | 5.41 | 3.24 | 1.71 | - |
| YUV | 46.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 32 | 0 | 0.75 | 0.67 | 0.62 | 353.33 | 0.6 | 0.24 |
| Hex | 60 | 18 | 20 | 0 | 4B | 43 | 3E | 161 | 3C | 18 |
| Octal | 140 | 30 | 40 | 0 | 113 | 103 | 76 | 541 | 74 | 30 |
| Binary | 1100000 | 11000 | 100000 | 0 | 1001011 | 1000011 | 111110 | 101100001 | 111100 | 11000 |
Color Harmonies of #601820
Complementary color
Monochromatic Colors of #601820
Black with #601820
Text Example
Text Example
White with #601820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601820; }
p { color: rgb(96,24,32); }
H1.HeaderClassName
{
color: #601820;
}
.AnyTagClassName
{
color: #601820;
}
</style>
background-color css
<style>
a { background-color: #601820; }
a { background-color: rgb(96,24,32); }
div.DivClassName
{
background-color: #601820;
}
.BgClassName
{
background-color: #601820;
}
</style>
border-color css
<style>
span { border-color: #601820; }
span { border-color: rgb(96,24,32); }
td.TdClassName
{
border-color: #601820;
}
.TagClassName
{
border-color: #601820;
}
</style>