Shades of Pohutukawa #601D25
Tints of Pohutukawa #601D25
RGB
CMYK
RGB Variations
Color information
#601D25 (or 0x601D25) is known color: Pohutukawa. HEX triplet: 60, 1D and 25. RGB value is (96,29,37). Sum of RGB (Red+Green+Blue) = 96+29+37=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D25 is #9FE2DA. Grayscale: #313131. Windows color (decimal): -10478299 or 2432352. OLE color: 2432352.
HSL color Cylindrical-coordinate representation of color #601D25: hue angle of 352.84º 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 #601D25 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 37 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.62 |
| HSL | 352.84º | 0.54% | 0.25% | - |
| HSV(B) | 352.84º | 0.7% | 0.38% | - |
| XYZ | 5.6 | 3.5 | 2.13 | - |
| YUV | 49.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 37 | 0 | 0.70 | 0.61 | 0.62 | 352.84 | 0.54 | 0.25 |
| Hex | 60 | 1D | 25 | 0 | 46 | 3D | 3E | 161 | 36 | 19 |
| Octal | 140 | 35 | 45 | 0 | 106 | 75 | 76 | 541 | 66 | 31 |
| Binary | 1100000 | 11101 | 100101 | 0 | 1000110 | 111101 | 111110 | 101100001 | 110110 | 11001 |
Color Harmonies of #601D25
Complementary color
Monochromatic Colors of #601D25
Black with #601D25
Text Example
Text Example
White with #601D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D25; }
p { color: rgb(96,29,37); }
H1.HeaderClassName
{
color: #601D25;
}
.AnyTagClassName
{
color: #601D25;
}
</style>
background-color css
<style>
a { background-color: #601D25; }
a { background-color: rgb(96,29,37); }
div.DivClassName
{
background-color: #601D25;
}
.BgClassName
{
background-color: #601D25;
}
</style>
border-color css
<style>
span { border-color: #601D25; }
span { border-color: rgb(96,29,37); }
td.TdClassName
{
border-color: #601D25;
}
.TagClassName
{
border-color: #601D25;
}
</style>