Shades of Pohutukawa #5F1425
Tints of Pohutukawa #5F1425
RGB
CMYK
RGB Variations
Color information
#5F1425 (or 0x5F1425) is known color: Pohutukawa. HEX triplet: 5F, 14 and 25. RGB value is (95,20,37). Sum of RGB (Red+Green+Blue) = 95+20+37=152 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.5% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1425 is #A0EBDA. Grayscale: #2C2C2C. Windows color (decimal): -10546139 or 2430047. OLE color: 2430047.
HSL color Cylindrical-coordinate representation of color #5F1425: hue angle of 346.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1425 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 37 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.63 |
| HSL | 346.4º | 0.65% | 0.23% | - |
| HSV(B) | 346.4º | 0.79% | 0.37% | - |
| XYZ | 5.3 | 3.07 | 2.06 | - |
| YUV | 44.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 37 | 0 | 0.79 | 0.61 | 0.63 | 346.4 | 0.65 | 0.23 |
| Hex | 5F | 14 | 25 | 0 | 4F | 3D | 3F | 15A | 41 | 17 |
| Octal | 137 | 24 | 45 | 0 | 117 | 75 | 77 | 532 | 101 | 27 |
| Binary | 1011111 | 10100 | 100101 | 0 | 1001111 | 111101 | 111111 | 101011010 | 1000001 | 10111 |
Color Harmonies of #5F1425
Complementary color
Monochromatic Colors of #5F1425
Black with #5F1425
Text Example
Text Example
White with #5F1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1425; }
p { color: rgb(95,20,37); }
H1.HeaderClassName
{
color: #5F1425;
}
.AnyTagClassName
{
color: #5F1425;
}
</style>
background-color css
<style>
a { background-color: #5F1425; }
a { background-color: rgb(95,20,37); }
div.DivClassName
{
background-color: #5F1425;
}
.BgClassName
{
background-color: #5F1425;
}
</style>
border-color css
<style>
span { border-color: #5F1425; }
span { border-color: rgb(95,20,37); }
td.TdClassName
{
border-color: #5F1425;
}
.TagClassName
{
border-color: #5F1425;
}
</style>