Shades of Pohutukawa #601C25
Tints of Pohutukawa #601C25
RGB
CMYK
RGB Variations
Color information
#601C25 (or 0x601C25) is known color: Pohutukawa. HEX triplet: 60, 1C and 25. RGB value is (96,28,37). Sum of RGB (Red+Green+Blue) = 96+28+37=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C25 is #9FE3DA. Grayscale: #313131. Windows color (decimal): -10478555 or 2432096. OLE color: 2432096.
HSL color Cylindrical-coordinate representation of color #601C25: hue angle of 352.06º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C25 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 37 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.62 |
| HSL | 352.06º | 0.55% | 0.24% | - |
| HSV(B) | 352.06º | 0.71% | 0.38% | - |
| XYZ | 5.57 | 3.45 | 2.12 | - |
| YUV | 49.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 37 | 0 | 0.71 | 0.61 | 0.62 | 352.06 | 0.55 | 0.24 |
| Hex | 60 | 1C | 25 | 0 | 47 | 3D | 3E | 160 | 37 | 18 |
| Octal | 140 | 34 | 45 | 0 | 107 | 75 | 76 | 540 | 67 | 30 |
| Binary | 1100000 | 11100 | 100101 | 0 | 1000111 | 111101 | 111110 | 101100000 | 110111 | 11000 |
Color Harmonies of #601C25
Complementary color
Monochromatic Colors of #601C25
Black with #601C25
Text Example
Text Example
White with #601C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C25; }
p { color: rgb(96,28,37); }
H1.HeaderClassName
{
color: #601C25;
}
.AnyTagClassName
{
color: #601C25;
}
</style>
background-color css
<style>
a { background-color: #601C25; }
a { background-color: rgb(96,28,37); }
div.DivClassName
{
background-color: #601C25;
}
.BgClassName
{
background-color: #601C25;
}
</style>
border-color css
<style>
span { border-color: #601C25; }
span { border-color: rgb(96,28,37); }
td.TdClassName
{
border-color: #601C25;
}
.TagClassName
{
border-color: #601C25;
}
</style>