Shades of Pohutukawa #5F111C
Tints of Pohutukawa #5F111C
RGB
CMYK
RGB Variations
Color information
#5F111C (or 0x5F111C) is known color: Pohutukawa. HEX triplet: 5F, 11 and 1C. RGB value is (95,17,28). Sum of RGB (Red+Green+Blue) = 95+17+28=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F111C is #A0EEE3. Grayscale: #292929. Windows color (decimal): -10546916 or 1839455. OLE color: 1839455.
HSL color Cylindrical-coordinate representation of color #5F111C: hue angle of 351.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F111C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 28 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.63 |
| HSL | 351.54º | 0.7% | 0.22% | - |
| HSV(B) | 351.54º | 0.82% | 0.37% | - |
| XYZ | 5.13 | 2.92 | 1.39 | - |
| YUV | 41.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 28 | 0 | 0.82 | 0.71 | 0.63 | 351.54 | 0.7 | 0.22 |
| Hex | 5F | 11 | 1C | 0 | 52 | 47 | 3F | 160 | 46 | 16 |
| Octal | 137 | 21 | 34 | 0 | 122 | 107 | 77 | 540 | 106 | 26 |
| Binary | 1011111 | 10001 | 11100 | 0 | 1010010 | 1000111 | 111111 | 101100000 | 1000110 | 10110 |
Color Harmonies of #5F111C
Complementary color
Monochromatic Colors of #5F111C
Black with #5F111C
Text Example
Text Example
White with #5F111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F111C; }
p { color: rgb(95,17,28); }
H1.HeaderClassName
{
color: #5F111C;
}
.AnyTagClassName
{
color: #5F111C;
}
</style>
background-color css
<style>
a { background-color: #5F111C; }
a { background-color: rgb(95,17,28); }
div.DivClassName
{
background-color: #5F111C;
}
.BgClassName
{
background-color: #5F111C;
}
</style>
border-color css
<style>
span { border-color: #5F111C; }
span { border-color: rgb(95,17,28); }
td.TdClassName
{
border-color: #5F111C;
}
.TagClassName
{
border-color: #5F111C;
}
</style>