Shades of Pohutukawa #601626
Tints of Pohutukawa #601626
RGB
CMYK
RGB Variations
Color information
#601626 (or 0x601626) is known color: Pohutukawa. HEX triplet: 60, 16 and 26. RGB value is (96,22,38). Sum of RGB (Red+Green+Blue) = 96+22+38=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601626 is #9FE9D9. Grayscale: #2D2D2D. Windows color (decimal): -10480090 or 2496096. OLE color: 2496096.
HSL color Cylindrical-coordinate representation of color #601626: hue angle of 347.03º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601626 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 38 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.62 |
| HSL | 347.03º | 0.63% | 0.23% | - |
| HSV(B) | 347.03º | 0.77% | 0.38% | - |
| XYZ | 5.46 | 3.2 | 2.16 | - |
| YUV | 45.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 38 | 0 | 0.77 | 0.60 | 0.62 | 347.03 | 0.63 | 0.23 |
| Hex | 60 | 16 | 26 | 0 | 4D | 3C | 3E | 15B | 3F | 17 |
| Octal | 140 | 26 | 46 | 0 | 115 | 74 | 76 | 533 | 77 | 27 |
| Binary | 1100000 | 10110 | 100110 | 0 | 1001101 | 111100 | 111110 | 101011011 | 111111 | 10111 |
Color Harmonies of #601626
Complementary color
Monochromatic Colors of #601626
Black with #601626
Text Example
Text Example
White with #601626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601626; }
p { color: rgb(96,22,38); }
H1.HeaderClassName
{
color: #601626;
}
.AnyTagClassName
{
color: #601626;
}
</style>
background-color css
<style>
a { background-color: #601626; }
a { background-color: rgb(96,22,38); }
div.DivClassName
{
background-color: #601626;
}
.BgClassName
{
background-color: #601626;
}
</style>
border-color css
<style>
span { border-color: #601626; }
span { border-color: rgb(96,22,38); }
td.TdClassName
{
border-color: #601626;
}
.TagClassName
{
border-color: #601626;
}
</style>