Shades of Pohutukawa #601425
Tints of Pohutukawa #601425
RGB
CMYK
RGB Variations
Color information
#601425 (or 0x601425) is known color: Pohutukawa. HEX triplet: 60, 14 and 25. RGB value is (96,20,37). Sum of RGB (Red+Green+Blue) = 96+20+37=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601425 is #9FEBDA. Grayscale: #2C2C2C. Windows color (decimal): -10480603 or 2430048. OLE color: 2430048.
HSL color Cylindrical-coordinate representation of color #601425: hue angle of 346.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601425 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 37 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.62 |
| HSL | 346.58º | 0.66% | 0.23% | - |
| HSV(B) | 346.58º | 0.79% | 0.38% | - |
| XYZ | 5.41 | 3.12 | 2.07 | - |
| YUV | 44.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 37 | 0 | 0.79 | 0.61 | 0.62 | 346.58 | 0.66 | 0.23 |
| Hex | 60 | 14 | 25 | 0 | 4F | 3D | 3E | 15B | 42 | 17 |
| Octal | 140 | 24 | 45 | 0 | 117 | 75 | 76 | 533 | 102 | 27 |
| Binary | 1100000 | 10100 | 100101 | 0 | 1001111 | 111101 | 111110 | 101011011 | 1000010 | 10111 |
Color Harmonies of #601425
Complementary color
Monochromatic Colors of #601425
Black with #601425
Text Example
Text Example
White with #601425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601425; }
p { color: rgb(96,20,37); }
H1.HeaderClassName
{
color: #601425;
}
.AnyTagClassName
{
color: #601425;
}
</style>
background-color css
<style>
a { background-color: #601425; }
a { background-color: rgb(96,20,37); }
div.DivClassName
{
background-color: #601425;
}
.BgClassName
{
background-color: #601425;
}
</style>
border-color css
<style>
span { border-color: #601425; }
span { border-color: rgb(96,20,37); }
td.TdClassName
{
border-color: #601425;
}
.TagClassName
{
border-color: #601425;
}
</style>