Shades of Pohutukawa #5F081E
Tints of Pohutukawa #5F081E
RGB
CMYK
RGB Variations
Color information
#5F081E (or 0x5F081E) is known color: Pohutukawa. HEX triplet: 5F, 08 and 1E. RGB value is (95,8,30). Sum of RGB (Red+Green+Blue) = 95+8+30=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F081E is #A0F7E1. Grayscale: #242424. Windows color (decimal): -10549218 or 1968223. OLE color: 1968223.
HSL color Cylindrical-coordinate representation of color #5F081E: hue angle of 344.83º 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 #5F081E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 30 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.63 |
| HSL | 344.83º | 0.84% | 0.2% | - |
| HSV(B) | 344.83º | 0.92% | 0.37% | - |
| XYZ | 5.04 | 2.7 | 1.48 | - |
| YUV | 36.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 30 | 0 | 0.92 | 0.68 | 0.63 | 344.83 | 0.84 | 0.2 |
| Hex | 5F | 8 | 1E | 0 | 5C | 44 | 3F | 159 | 54 | 14 |
| Octal | 137 | 10 | 36 | 0 | 134 | 104 | 77 | 531 | 124 | 24 |
| Binary | 1011111 | 1000 | 11110 | 0 | 1011100 | 1000100 | 111111 | 101011001 | 1010100 | 10100 |
Color Harmonies of #5F081E
Complementary color
Monochromatic Colors of #5F081E
Black with #5F081E
Text Example
Text Example
White with #5F081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F081E; }
p { color: rgb(95,8,30); }
H1.HeaderClassName
{
color: #5F081E;
}
.AnyTagClassName
{
color: #5F081E;
}
</style>
background-color css
<style>
a { background-color: #5F081E; }
a { background-color: rgb(95,8,30); }
div.DivClassName
{
background-color: #5F081E;
}
.BgClassName
{
background-color: #5F081E;
}
</style>
border-color css
<style>
span { border-color: #5F081E; }
span { border-color: rgb(95,8,30); }
td.TdClassName
{
border-color: #5F081E;
}
.TagClassName
{
border-color: #5F081E;
}
</style>