Shades of Pohutukawa #5E081E
Tints of Pohutukawa #5E081E
RGB
CMYK
RGB Variations
Color information
#5E081E (or 0x5E081E) is known color: Pohutukawa. HEX triplet: 5E, 08 and 1E. RGB value is (94,8,30). Sum of RGB (Red+Green+Blue) = 94+8+30=132 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.21% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 94 - color contains mainly: red. Hex color #5E081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E081E is #A1F7E1. Grayscale: #242424. Windows color (decimal): -10614754 or 1968222. OLE color: 1968222.
HSL color Cylindrical-coordinate representation of color #5E081E: hue angle of 344.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E081E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 30 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.63 |
| HSL | 344.65º | 0.84% | 0.2% | - |
| HSV(B) | 344.65º | 0.91% | 0.37% | - |
| XYZ | 4.94 | 2.65 | 1.48 | - |
| YUV | 36.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 30 | 0 | 0.91 | 0.68 | 0.63 | 344.65 | 0.84 | 0.2 |
| Hex | 5E | 8 | 1E | 0 | 5B | 44 | 3F | 159 | 54 | 14 |
| Octal | 136 | 10 | 36 | 0 | 133 | 104 | 77 | 531 | 124 | 24 |
| Binary | 1011110 | 1000 | 11110 | 0 | 1011011 | 1000100 | 111111 | 101011001 | 1010100 | 10100 |
Color Harmonies of #5E081E
Complementary color
Monochromatic Colors of #5E081E
Black with #5E081E
Text Example
Text Example
White with #5E081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E081E; }
p { color: rgb(94,8,30); }
H1.HeaderClassName
{
color: #5E081E;
}
.AnyTagClassName
{
color: #5E081E;
}
</style>
background-color css
<style>
a { background-color: #5E081E; }
a { background-color: rgb(94,8,30); }
div.DivClassName
{
background-color: #5E081E;
}
.BgClassName
{
background-color: #5E081E;
}
</style>
border-color css
<style>
span { border-color: #5E081E; }
span { border-color: rgb(94,8,30); }
td.TdClassName
{
border-color: #5E081E;
}
.TagClassName
{
border-color: #5E081E;
}
</style>