Shades of Pohutukawa #5F1E27
Tints of Pohutukawa #5F1E27
RGB
CMYK
RGB Variations
Color information
#5F1E27 (or 0x5F1E27) is known color: Pohutukawa. HEX triplet: 5F, 1E and 27. RGB value is (95,30,39). Sum of RGB (Red+Green+Blue) = 95+30+39=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1E27 is #A0E1D8. Grayscale: #323232. Windows color (decimal): -10543577 or 2563679. OLE color: 2563679.
HSL color Cylindrical-coordinate representation of color #5F1E27: hue angle of 351.69º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F1E27 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 30 | 39 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.63 |
| HSL | 351.69º | 0.52% | 0.25% | - |
| HSV(B) | 351.69º | 0.68% | 0.37% | - |
| XYZ | 5.55 | 3.51 | 2.3 | - |
| YUV | 50.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 39 | 0 | 0.68 | 0.59 | 0.63 | 351.69 | 0.52 | 0.25 |
| Hex | 5F | 1E | 27 | 0 | 44 | 3B | 3F | 160 | 34 | 19 |
| Octal | 137 | 36 | 47 | 0 | 104 | 73 | 77 | 540 | 64 | 31 |
| Binary | 1011111 | 11110 | 100111 | 0 | 1000100 | 111011 | 111111 | 101100000 | 110100 | 11001 |
Color Harmonies of #5F1E27
Complementary color
Monochromatic Colors of #5F1E27
Black with #5F1E27
Text Example
Text Example
White with #5F1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1E27; }
p { color: rgb(95,30,39); }
H1.HeaderClassName
{
color: #5F1E27;
}
.AnyTagClassName
{
color: #5F1E27;
}
</style>
background-color css
<style>
a { background-color: #5F1E27; }
a { background-color: rgb(95,30,39); }
div.DivClassName
{
background-color: #5F1E27;
}
.BgClassName
{
background-color: #5F1E27;
}
</style>
border-color css
<style>
span { border-color: #5F1E27; }
span { border-color: rgb(95,30,39); }
td.TdClassName
{
border-color: #5F1E27;
}
.TagClassName
{
border-color: #5F1E27;
}
</style>