Shades of Pohutukawa #5F1B28
Tints of Pohutukawa #5F1B28
RGB
CMYK
RGB Variations
Color information
#5F1B28 (or 0x5F1B28) is known color: Pohutukawa. HEX triplet: 5F, 1B and 28. RGB value is (95,27,40). Sum of RGB (Red+Green+Blue) = 95+27+40=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1B28 is #A0E4D7. Grayscale: #303030. Windows color (decimal): -10544344 or 2628447. OLE color: 2628447.
HSL color Cylindrical-coordinate representation of color #5F1B28: hue angle of 348.53º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B28 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 27 | 40 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.63 |
| HSL | 348.53º | 0.56% | 0.24% | - |
| HSV(B) | 348.53º | 0.72% | 0.37% | - |
| XYZ | 5.49 | 3.37 | 2.37 | - |
| YUV | 48.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 40 | 0 | 0.72 | 0.58 | 0.63 | 348.53 | 0.56 | 0.24 |
| Hex | 5F | 1B | 28 | 0 | 48 | 3A | 3F | 15D | 38 | 18 |
| Octal | 137 | 33 | 50 | 0 | 110 | 72 | 77 | 535 | 70 | 30 |
| Binary | 1011111 | 11011 | 101000 | 0 | 1001000 | 111010 | 111111 | 101011101 | 111000 | 11000 |
Color Harmonies of #5F1B28
Complementary color
Monochromatic Colors of #5F1B28
Black with #5F1B28
Text Example
Text Example
White with #5F1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B28; }
p { color: rgb(95,27,40); }
H1.HeaderClassName
{
color: #5F1B28;
}
.AnyTagClassName
{
color: #5F1B28;
}
</style>
background-color css
<style>
a { background-color: #5F1B28; }
a { background-color: rgb(95,27,40); }
div.DivClassName
{
background-color: #5F1B28;
}
.BgClassName
{
background-color: #5F1B28;
}
</style>
border-color css
<style>
span { border-color: #5F1B28; }
span { border-color: rgb(95,27,40); }
td.TdClassName
{
border-color: #5F1B28;
}
.TagClassName
{
border-color: #5F1B28;
}
</style>