Shades of Pohutukawa #5F121D
Tints of Pohutukawa #5F121D
RGB
CMYK
RGB Variations
Color information
#5F121D (or 0x5F121D) is known color: Pohutukawa. HEX triplet: 5F, 12 and 1D. RGB value is (95,18,29). Sum of RGB (Red+Green+Blue) = 95+18+29=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F121D is #A0EDE2. Grayscale: #2A2A2A. Windows color (decimal): -10546659 or 1905247. OLE color: 1905247.
HSL color Cylindrical-coordinate representation of color #5F121D: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F121D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 29 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.63 |
| HSL | 351.43º | 0.68% | 0.22% | - |
| HSV(B) | 351.43º | 0.81% | 0.37% | - |
| XYZ | 5.16 | 2.95 | 1.46 | - |
| YUV | 42.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 29 | 0 | 0.81 | 0.69 | 0.63 | 351.43 | 0.68 | 0.22 |
| Hex | 5F | 12 | 1D | 0 | 51 | 45 | 3F | 15F | 44 | 16 |
| Octal | 137 | 22 | 35 | 0 | 121 | 105 | 77 | 537 | 104 | 26 |
| Binary | 1011111 | 10010 | 11101 | 0 | 1010001 | 1000101 | 111111 | 101011111 | 1000100 | 10110 |
Color Harmonies of #5F121D
Complementary color
Monochromatic Colors of #5F121D
Black with #5F121D
Text Example
Text Example
White with #5F121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F121D; }
p { color: rgb(95,18,29); }
H1.HeaderClassName
{
color: #5F121D;
}
.AnyTagClassName
{
color: #5F121D;
}
</style>
background-color css
<style>
a { background-color: #5F121D; }
a { background-color: rgb(95,18,29); }
div.DivClassName
{
background-color: #5F121D;
}
.BgClassName
{
background-color: #5F121D;
}
</style>
border-color css
<style>
span { border-color: #5F121D; }
span { border-color: rgb(95,18,29); }
td.TdClassName
{
border-color: #5F121D;
}
.TagClassName
{
border-color: #5F121D;
}
</style>