Shades of Pohutukawa #5F1F2C
Tints of Pohutukawa #5F1F2C
RGB
CMYK
RGB Variations
Color information
#5F1F2C (or 0x5F1F2C) is known color: Pohutukawa. HEX triplet: 5F, 1F and 2C. RGB value is (95,31,44). Sum of RGB (Red+Green+Blue) = 95+31+44=170 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.88% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1F2C is #A0E0D3. Grayscale: #333333. Windows color (decimal): -10543316 or 2891615. OLE color: 2891615.
HSL color Cylindrical-coordinate representation of color #5F1F2C: hue angle of 347.81º 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 #5F1F2C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 31 | 44 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.63 |
| HSL | 347.81º | 0.51% | 0.25% | - |
| HSV(B) | 347.81º | 0.67% | 0.37% | - |
| XYZ | 5.66 | 3.59 | 2.78 | - |
| YUV | 51.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 44 | 0 | 0.67 | 0.54 | 0.63 | 347.81 | 0.51 | 0.25 |
| Hex | 5F | 1F | 2C | 0 | 43 | 36 | 3F | 15C | 33 | 19 |
| Octal | 137 | 37 | 54 | 0 | 103 | 66 | 77 | 534 | 63 | 31 |
| Binary | 1011111 | 11111 | 101100 | 0 | 1000011 | 110110 | 111111 | 101011100 | 110011 | 11001 |
Color Harmonies of #5F1F2C
Complementary color
Monochromatic Colors of #5F1F2C
Black with #5F1F2C
Text Example
Text Example
White with #5F1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1F2C; }
p { color: rgb(95,31,44); }
H1.HeaderClassName
{
color: #5F1F2C;
}
.AnyTagClassName
{
color: #5F1F2C;
}
</style>
background-color css
<style>
a { background-color: #5F1F2C; }
a { background-color: rgb(95,31,44); }
div.DivClassName
{
background-color: #5F1F2C;
}
.BgClassName
{
background-color: #5F1F2C;
}
</style>
border-color css
<style>
span { border-color: #5F1F2C; }
span { border-color: rgb(95,31,44); }
td.TdClassName
{
border-color: #5F1F2C;
}
.TagClassName
{
border-color: #5F1F2C;
}
</style>