Shades of Pohutukawa #601420
Tints of Pohutukawa #601420
RGB
CMYK
RGB Variations
Color information
#601420 (or 0x601420) is known color: Pohutukawa. HEX triplet: 60, 14 and 20. RGB value is (96,20,32). Sum of RGB (Red+Green+Blue) = 96+20+32=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #601420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601420 is #9FEBDF. Grayscale: #2C2C2C. Windows color (decimal): -10480608 or 2102368. OLE color: 2102368.
HSL color Cylindrical-coordinate representation of color #601420: hue angle of 350.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601420 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 32 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.62 |
| HSL | 350.53º | 0.66% | 0.23% | - |
| HSV(B) | 350.53º | 0.79% | 0.38% | - |
| XYZ | 5.33 | 3.09 | 1.68 | - |
| YUV | 44.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 32 | 0 | 0.79 | 0.67 | 0.62 | 350.53 | 0.66 | 0.23 |
| Hex | 60 | 14 | 20 | 0 | 4F | 43 | 3E | 15F | 42 | 17 |
| Octal | 140 | 24 | 40 | 0 | 117 | 103 | 76 | 537 | 102 | 27 |
| Binary | 1100000 | 10100 | 100000 | 0 | 1001111 | 1000011 | 111110 | 101011111 | 1000010 | 10111 |
Color Harmonies of #601420
Complementary color
Monochromatic Colors of #601420
Black with #601420
Text Example
Text Example
White with #601420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601420; }
p { color: rgb(96,20,32); }
H1.HeaderClassName
{
color: #601420;
}
.AnyTagClassName
{
color: #601420;
}
</style>
background-color css
<style>
a { background-color: #601420; }
a { background-color: rgb(96,20,32); }
div.DivClassName
{
background-color: #601420;
}
.BgClassName
{
background-color: #601420;
}
</style>
border-color css
<style>
span { border-color: #601420; }
span { border-color: rgb(96,20,32); }
td.TdClassName
{
border-color: #601420;
}
.TagClassName
{
border-color: #601420;
}
</style>