Shades of Pohutukawa #5F142C
Tints of Pohutukawa #5F142C
RGB
CMYK
RGB Variations
Color information
#5F142C (or 0x5F142C) is known color: Pohutukawa. HEX triplet: 5F, 14 and 2C. RGB value is (95,20,44). Sum of RGB (Red+Green+Blue) = 95+20+44=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F142C is #A0EBD3. Grayscale: #2D2D2D. Windows color (decimal): -10546132 or 2888799. OLE color: 2888799.
HSL color Cylindrical-coordinate representation of color #5F142C: hue angle of 340.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F142C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 44 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.63 |
| HSL | 340.8º | 0.65% | 0.23% | - |
| HSV(B) | 340.8º | 0.79% | 0.37% | - |
| XYZ | 5.42 | 3.12 | 2.7 | - |
| YUV | 45.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 44 | 0 | 0.79 | 0.54 | 0.63 | 340.8 | 0.65 | 0.23 |
| Hex | 5F | 14 | 2C | 0 | 4F | 36 | 3F | 155 | 41 | 17 |
| Octal | 137 | 24 | 54 | 0 | 117 | 66 | 77 | 525 | 101 | 27 |
| Binary | 1011111 | 10100 | 101100 | 0 | 1001111 | 110110 | 111111 | 101010101 | 1000001 | 10111 |
Color Harmonies of #5F142C
Complementary color
Monochromatic Colors of #5F142C
Black with #5F142C
Text Example
Text Example
White with #5F142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F142C; }
p { color: rgb(95,20,44); }
H1.HeaderClassName
{
color: #5F142C;
}
.AnyTagClassName
{
color: #5F142C;
}
</style>
background-color css
<style>
a { background-color: #5F142C; }
a { background-color: rgb(95,20,44); }
div.DivClassName
{
background-color: #5F142C;
}
.BgClassName
{
background-color: #5F142C;
}
</style>
border-color css
<style>
span { border-color: #5F142C; }
span { border-color: rgb(95,20,44); }
td.TdClassName
{
border-color: #5F142C;
}
.TagClassName
{
border-color: #5F142C;
}
</style>