Shades of Pohutukawa #5F1F28
Tints of Pohutukawa #5F1F28
RGB
CMYK
RGB Variations
Color information
#5F1F28 (or 0x5F1F28) is known color: Pohutukawa. HEX triplet: 5F, 1F and 28. RGB value is (95,31,40). Sum of RGB (Red+Green+Blue) = 95+31+40=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1F28 is #A0E0D7. Grayscale: #333333. Windows color (decimal): -10543320 or 2629471. OLE color: 2629471.
HSL color Cylindrical-coordinate representation of color #5F1F28: hue angle of 351.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F1F28 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 31 | 40 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.63 |
| HSL | 351.56º | 0.51% | 0.25% | - |
| HSV(B) | 351.56º | 0.67% | 0.37% | - |
| XYZ | 5.59 | 3.57 | 2.4 | - |
| YUV | 51.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 40 | 0 | 0.67 | 0.58 | 0.63 | 351.56 | 0.51 | 0.25 |
| Hex | 5F | 1F | 28 | 0 | 43 | 3A | 3F | 160 | 33 | 19 |
| Octal | 137 | 37 | 50 | 0 | 103 | 72 | 77 | 540 | 63 | 31 |
| Binary | 1011111 | 11111 | 101000 | 0 | 1000011 | 111010 | 111111 | 101100000 | 110011 | 11001 |
Color Harmonies of #5F1F28
Complementary color
Monochromatic Colors of #5F1F28
Black with #5F1F28
Text Example
Text Example
White with #5F1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1F28; }
p { color: rgb(95,31,40); }
H1.HeaderClassName
{
color: #5F1F28;
}
.AnyTagClassName
{
color: #5F1F28;
}
</style>
background-color css
<style>
a { background-color: #5F1F28; }
a { background-color: rgb(95,31,40); }
div.DivClassName
{
background-color: #5F1F28;
}
.BgClassName
{
background-color: #5F1F28;
}
</style>
border-color css
<style>
span { border-color: #5F1F28; }
span { border-color: rgb(95,31,40); }
td.TdClassName
{
border-color: #5F1F28;
}
.TagClassName
{
border-color: #5F1F28;
}
</style>