Shades of Pohutukawa #5F141B
Tints of Pohutukawa #5F141B
RGB
CMYK
RGB Variations
Color information
#5F141B (or 0x5F141B) is known color: Pohutukawa. HEX triplet: 5F, 14 and 1B. RGB value is (95,20,27). Sum of RGB (Red+Green+Blue) = 95+20+27=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F141B is #A0EBE4. Grayscale: #2B2B2B. Windows color (decimal): -10546149 or 1774687. OLE color: 1774687.
HSL color Cylindrical-coordinate representation of color #5F141B: hue angle of 354.4º 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 #5F141B is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 27 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.63 |
| HSL | 354.4º | 0.65% | 0.23% | - |
| HSV(B) | 354.4º | 0.79% | 0.37% | - |
| XYZ | 5.17 | 3.01 | 1.35 | - |
| YUV | 43.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 27 | 0 | 0.79 | 0.72 | 0.63 | 354.4 | 0.65 | 0.23 |
| Hex | 5F | 14 | 1B | 0 | 4F | 48 | 3F | 162 | 41 | 17 |
| Octal | 137 | 24 | 33 | 0 | 117 | 110 | 77 | 542 | 101 | 27 |
| Binary | 1011111 | 10100 | 11011 | 0 | 1001111 | 1001000 | 111111 | 101100010 | 1000001 | 10111 |
Color Harmonies of #5F141B
Complementary color
Monochromatic Colors of #5F141B
Black with #5F141B
Text Example
Text Example
White with #5F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F141B; }
p { color: rgb(95,20,27); }
H1.HeaderClassName
{
color: #5F141B;
}
.AnyTagClassName
{
color: #5F141B;
}
</style>
background-color css
<style>
a { background-color: #5F141B; }
a { background-color: rgb(95,20,27); }
div.DivClassName
{
background-color: #5F141B;
}
.BgClassName
{
background-color: #5F141B;
}
</style>
border-color css
<style>
span { border-color: #5F141B; }
span { border-color: rgb(95,20,27); }
td.TdClassName
{
border-color: #5F141B;
}
.TagClassName
{
border-color: #5F141B;
}
</style>