Shades of Pohutukawa #5F0B1D
Tints of Pohutukawa #5F0B1D
RGB
CMYK
RGB Variations
Color information
#5F0B1D (or 0x5F0B1D) is known color: Pohutukawa. HEX triplet: 5F, 0B and 1D. RGB value is (95,11,29). Sum of RGB (Red+Green+Blue) = 95+11+29=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0B1D is #A0F4E2. Grayscale: #262626. Windows color (decimal): -10548451 or 1903455. OLE color: 1903455.
HSL color Cylindrical-coordinate representation of color #5F0B1D: hue angle of 347.14º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F0B1D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 11 | 29 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.63 |
| HSL | 347.14º | 0.79% | 0.21% | - |
| HSV(B) | 347.14º | 0.88% | 0.37% | - |
| XYZ | 5.06 | 2.76 | 1.43 | - |
| YUV | 38.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 29 | 0 | 0.88 | 0.69 | 0.63 | 347.14 | 0.79 | 0.21 |
| Hex | 5F | B | 1D | 0 | 58 | 45 | 3F | 15B | 4F | 15 |
| Octal | 137 | 13 | 35 | 0 | 130 | 105 | 77 | 533 | 117 | 25 |
| Binary | 1011111 | 1011 | 11101 | 0 | 1011000 | 1000101 | 111111 | 101011011 | 1001111 | 10101 |
Color Harmonies of #5F0B1D
Complementary color
Monochromatic Colors of #5F0B1D
Black with #5F0B1D
Text Example
Text Example
White with #5F0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0B1D; }
p { color: rgb(95,11,29); }
H1.HeaderClassName
{
color: #5F0B1D;
}
.AnyTagClassName
{
color: #5F0B1D;
}
</style>
background-color css
<style>
a { background-color: #5F0B1D; }
a { background-color: rgb(95,11,29); }
div.DivClassName
{
background-color: #5F0B1D;
}
.BgClassName
{
background-color: #5F0B1D;
}
</style>
border-color css
<style>
span { border-color: #5F0B1D; }
span { border-color: rgb(95,11,29); }
td.TdClassName
{
border-color: #5F0B1D;
}
.TagClassName
{
border-color: #5F0B1D;
}
</style>