Shades of Pohutukawa #601D26
Tints of Pohutukawa #601D26
RGB
CMYK
RGB Variations
Color information
#601D26 (or 0x601D26) is known color: Pohutukawa. HEX triplet: 60, 1D and 26. RGB value is (96,29,38). Sum of RGB (Red+Green+Blue) = 96+29+38=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D26 is #9FE2D9. Grayscale: #323232. Windows color (decimal): -10478298 or 2497888. OLE color: 2497888.
HSL color Cylindrical-coordinate representation of color #601D26: hue angle of 351.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D26 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 38 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.62 |
| HSL | 351.94º | 0.54% | 0.25% | - |
| HSV(B) | 351.94º | 0.7% | 0.38% | - |
| XYZ | 5.61 | 3.51 | 2.21 | - |
| YUV | 50.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 38 | 0 | 0.70 | 0.60 | 0.62 | 351.94 | 0.54 | 0.25 |
| Hex | 60 | 1D | 26 | 0 | 46 | 3C | 3E | 160 | 36 | 19 |
| Octal | 140 | 35 | 46 | 0 | 106 | 74 | 76 | 540 | 66 | 31 |
| Binary | 1100000 | 11101 | 100110 | 0 | 1000110 | 111100 | 111110 | 101100000 | 110110 | 11001 |
Color Harmonies of #601D26
Complementary color
Monochromatic Colors of #601D26
Black with #601D26
Text Example
Text Example
White with #601D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D26; }
p { color: rgb(96,29,38); }
H1.HeaderClassName
{
color: #601D26;
}
.AnyTagClassName
{
color: #601D26;
}
</style>
background-color css
<style>
a { background-color: #601D26; }
a { background-color: rgb(96,29,38); }
div.DivClassName
{
background-color: #601D26;
}
.BgClassName
{
background-color: #601D26;
}
</style>
border-color css
<style>
span { border-color: #601D26; }
span { border-color: rgb(96,29,38); }
td.TdClassName
{
border-color: #601D26;
}
.TagClassName
{
border-color: #601D26;
}
</style>