Shades of Pohutukawa #5F081D
Tints of Pohutukawa #5F081D
RGB
CMYK
RGB Variations
Color information
#5F081D (or 0x5F081D) is known color: Pohutukawa. HEX triplet: 5F, 08 and 1D. RGB value is (95,8,29). Sum of RGB (Red+Green+Blue) = 95+8+29=132 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.97% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 95 - color contains mainly: red. Hex color #5F081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F081D is #A0F7E2. Grayscale: #242424. Windows color (decimal): -10549219 or 1902687. OLE color: 1902687.
HSL color Cylindrical-coordinate representation of color #5F081D: hue angle of 345.52º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F081D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 29 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.63 |
| HSL | 345.52º | 0.84% | 0.2% | - |
| HSV(B) | 345.52º | 0.92% | 0.37% | - |
| XYZ | 5.03 | 2.7 | 1.42 | - |
| YUV | 36.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 29 | 0 | 0.92 | 0.69 | 0.63 | 345.52 | 0.84 | 0.2 |
| Hex | 5F | 8 | 1D | 0 | 5C | 45 | 3F | 15A | 54 | 14 |
| Octal | 137 | 10 | 35 | 0 | 134 | 105 | 77 | 532 | 124 | 24 |
| Binary | 1011111 | 1000 | 11101 | 0 | 1011100 | 1000101 | 111111 | 101011010 | 1010100 | 10100 |
Color Harmonies of #5F081D
Complementary color
Monochromatic Colors of #5F081D
Black with #5F081D
Text Example
Text Example
White with #5F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F081D; }
p { color: rgb(95,8,29); }
H1.HeaderClassName
{
color: #5F081D;
}
.AnyTagClassName
{
color: #5F081D;
}
</style>
background-color css
<style>
a { background-color: #5F081D; }
a { background-color: rgb(95,8,29); }
div.DivClassName
{
background-color: #5F081D;
}
.BgClassName
{
background-color: #5F081D;
}
</style>
border-color css
<style>
span { border-color: #5F081D; }
span { border-color: rgb(95,8,29); }
td.TdClassName
{
border-color: #5F081D;
}
.TagClassName
{
border-color: #5F081D;
}
</style>