Shades of Pohutukawa #5F131C
Tints of Pohutukawa #5F131C
RGB
CMYK
RGB Variations
Color information
#5F131C (or 0x5F131C) is known color: Pohutukawa. HEX triplet: 5F, 13 and 1C. RGB value is (95,19,28). Sum of RGB (Red+Green+Blue) = 95+19+28=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F131C is #A0ECE3. Grayscale: #2A2A2A. Windows color (decimal): -10546404 or 1839967. OLE color: 1839967.
HSL color Cylindrical-coordinate representation of color #5F131C: hue angle of 352.89º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F131C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 28 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.63 |
| HSL | 352.89º | 0.67% | 0.22% | - |
| HSV(B) | 352.89º | 0.8% | 0.37% | - |
| XYZ | 5.16 | 2.98 | 1.4 | - |
| YUV | 42.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 28 | 0 | 0.80 | 0.71 | 0.63 | 352.89 | 0.67 | 0.22 |
| Hex | 5F | 13 | 1C | 0 | 50 | 47 | 3F | 161 | 43 | 16 |
| Octal | 137 | 23 | 34 | 0 | 120 | 107 | 77 | 541 | 103 | 26 |
| Binary | 1011111 | 10011 | 11100 | 0 | 1010000 | 1000111 | 111111 | 101100001 | 1000011 | 10110 |
Color Harmonies of #5F131C
Complementary color
Monochromatic Colors of #5F131C
Black with #5F131C
Text Example
Text Example
White with #5F131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F131C; }
p { color: rgb(95,19,28); }
H1.HeaderClassName
{
color: #5F131C;
}
.AnyTagClassName
{
color: #5F131C;
}
</style>
background-color css
<style>
a { background-color: #5F131C; }
a { background-color: rgb(95,19,28); }
div.DivClassName
{
background-color: #5F131C;
}
.BgClassName
{
background-color: #5F131C;
}
</style>
border-color css
<style>
span { border-color: #5F131C; }
span { border-color: rgb(95,19,28); }
td.TdClassName
{
border-color: #5F131C;
}
.TagClassName
{
border-color: #5F131C;
}
</style>