Shades of Pohutukawa #5F0F1C
Tints of Pohutukawa #5F0F1C
RGB
CMYK
RGB Variations
Color information
#5F0F1C (or 0x5F0F1C) is known color: Pohutukawa. HEX triplet: 5F, 0F and 1C. RGB value is (95,15,28). Sum of RGB (Red+Green+Blue) = 95+15+28=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0F1C is #A0F0E3. Grayscale: #282828. Windows color (decimal): -10547428 or 1838943. OLE color: 1838943.
HSL color Cylindrical-coordinate representation of color #5F0F1C: hue angle of 350.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F0F1C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 15 | 28 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.63 |
| HSL | 350.25º | 0.73% | 0.22% | - |
| HSV(B) | 350.25º | 0.84% | 0.37% | - |
| XYZ | 5.1 | 2.86 | 1.38 | - |
| YUV | 40.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 28 | 0 | 0.84 | 0.71 | 0.63 | 350.25 | 0.73 | 0.22 |
| Hex | 5F | F | 1C | 0 | 54 | 47 | 3F | 15E | 49 | 16 |
| Octal | 137 | 17 | 34 | 0 | 124 | 107 | 77 | 536 | 111 | 26 |
| Binary | 1011111 | 1111 | 11100 | 0 | 1010100 | 1000111 | 111111 | 101011110 | 1001001 | 10110 |
Color Harmonies of #5F0F1C
Complementary color
Monochromatic Colors of #5F0F1C
Black with #5F0F1C
Text Example
Text Example
White with #5F0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0F1C; }
p { color: rgb(95,15,28); }
H1.HeaderClassName
{
color: #5F0F1C;
}
.AnyTagClassName
{
color: #5F0F1C;
}
</style>
background-color css
<style>
a { background-color: #5F0F1C; }
a { background-color: rgb(95,15,28); }
div.DivClassName
{
background-color: #5F0F1C;
}
.BgClassName
{
background-color: #5F0F1C;
}
</style>
border-color css
<style>
span { border-color: #5F0F1C; }
span { border-color: rgb(95,15,28); }
td.TdClassName
{
border-color: #5F0F1C;
}
.TagClassName
{
border-color: #5F0F1C;
}
</style>