Shades of Pohutukawa #601D27
Tints of Pohutukawa #601D27
RGB
CMYK
RGB Variations
Color information
#601D27 (or 0x601D27) is known color: Pohutukawa. HEX triplet: 60, 1D and 27. RGB value is (96,29,39). Sum of RGB (Red+Green+Blue) = 96+29+39=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D27 is #9FE2D8. Grayscale: #323232. Windows color (decimal): -10478297 or 2563424. OLE color: 2563424.
HSL color Cylindrical-coordinate representation of color #601D27: hue angle of 351.04º 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 #601D27 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 39 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.62 |
| HSL | 351.04º | 0.54% | 0.25% | - |
| HSV(B) | 351.04º | 0.7% | 0.38% | - |
| XYZ | 5.63 | 3.51 | 2.3 | - |
| YUV | 50.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 39 | 0 | 0.70 | 0.59 | 0.62 | 351.04 | 0.54 | 0.25 |
| Hex | 60 | 1D | 27 | 0 | 46 | 3B | 3E | 15F | 36 | 19 |
| Octal | 140 | 35 | 47 | 0 | 106 | 73 | 76 | 537 | 66 | 31 |
| Binary | 1100000 | 11101 | 100111 | 0 | 1000110 | 111011 | 111110 | 101011111 | 110110 | 11001 |
Color Harmonies of #601D27
Complementary color
Monochromatic Colors of #601D27
Black with #601D27
Text Example
Text Example
White with #601D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D27; }
p { color: rgb(96,29,39); }
H1.HeaderClassName
{
color: #601D27;
}
.AnyTagClassName
{
color: #601D27;
}
</style>
background-color css
<style>
a { background-color: #601D27; }
a { background-color: rgb(96,29,39); }
div.DivClassName
{
background-color: #601D27;
}
.BgClassName
{
background-color: #601D27;
}
</style>
border-color css
<style>
span { border-color: #601D27; }
span { border-color: rgb(96,29,39); }
td.TdClassName
{
border-color: #601D27;
}
.TagClassName
{
border-color: #601D27;
}
</style>