Shades of Pohutukawa #5E080F
Tints of Pohutukawa #5E080F
RGB
CMYK
RGB Variations
Color information
#5E080F (or 0x5E080F) is known color: Pohutukawa. HEX triplet: 5E, 08 and 0F. RGB value is (94,8,15). Sum of RGB (Red+Green+Blue) = 94+8+15=117 (15% of max value = 765). Red value is 94 (37.11% from 255 or 80.34% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 94 - color contains mainly: red. Hex color #5E080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E080F is #A1F7F0. Grayscale: #222222. Windows color (decimal): -10614769 or 985182. OLE color: 985182.
HSL color Cylindrical-coordinate representation of color #5E080F: hue angle of 355.12º 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 #5E080F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 15 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.63 |
| HSL | 355.12º | 0.84% | 0.2% | - |
| HSV(B) | 355.12º | 0.91% | 0.37% | - |
| XYZ | 4.79 | 2.59 | 0.7 | - |
| YUV | 34.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 15 | 0 | 0.91 | 0.84 | 0.63 | 355.12 | 0.84 | 0.2 |
| Hex | 5E | 8 | F | 0 | 5B | 54 | 3F | 163 | 54 | 14 |
| Octal | 136 | 10 | 17 | 0 | 133 | 124 | 77 | 543 | 124 | 24 |
| Binary | 1011110 | 1000 | 1111 | 0 | 1011011 | 1010100 | 111111 | 101100011 | 1010100 | 10100 |
Color Harmonies of #5E080F
Complementary color
Monochromatic Colors of #5E080F
Black with #5E080F
Text Example
Text Example
White with #5E080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E080F; }
p { color: rgb(94,8,15); }
H1.HeaderClassName
{
color: #5E080F;
}
.AnyTagClassName
{
color: #5E080F;
}
</style>
background-color css
<style>
a { background-color: #5E080F; }
a { background-color: rgb(94,8,15); }
div.DivClassName
{
background-color: #5E080F;
}
.BgClassName
{
background-color: #5E080F;
}
</style>
border-color css
<style>
span { border-color: #5E080F; }
span { border-color: rgb(94,8,15); }
td.TdClassName
{
border-color: #5E080F;
}
.TagClassName
{
border-color: #5E080F;
}
</style>