Shades of Pohutukawa #5E060F
Tints of Pohutukawa #5E060F
RGB
CMYK
RGB Variations
Color information
#5E060F (or 0x5E060F) is known color: Pohutukawa. HEX triplet: 5E, 06 and 0F. RGB value is (94,6,15). Sum of RGB (Red+Green+Blue) = 94+6+15=115 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.74% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 94 - color contains mainly: red. Hex color #5E060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E060F is #A1F9F0. Grayscale: #212121. Windows color (decimal): -10615281 or 984670. OLE color: 984670.
HSL color Cylindrical-coordinate representation of color #5E060F: hue angle of 353.86º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E060F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 6 | 15 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.63 |
| HSL | 353.86º | 0.88% | 0.2% | - |
| HSV(B) | 353.86º | 0.94% | 0.37% | - |
| XYZ | 4.77 | 2.54 | 0.69 | - |
| YUV | 33.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 15 | 0 | 0.94 | 0.84 | 0.63 | 353.86 | 0.88 | 0.2 |
| Hex | 5E | 6 | F | 0 | 5E | 54 | 3F | 162 | 58 | 14 |
| Octal | 136 | 6 | 17 | 0 | 136 | 124 | 77 | 542 | 130 | 24 |
| Binary | 1011110 | 110 | 1111 | 0 | 1011110 | 1010100 | 111111 | 101100010 | 1011000 | 10100 |
Color Harmonies of #5E060F
Complementary color
Monochromatic Colors of #5E060F
Black with #5E060F
Text Example
Text Example
White with #5E060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E060F; }
p { color: rgb(94,6,15); }
H1.HeaderClassName
{
color: #5E060F;
}
.AnyTagClassName
{
color: #5E060F;
}
</style>
background-color css
<style>
a { background-color: #5E060F; }
a { background-color: rgb(94,6,15); }
div.DivClassName
{
background-color: #5E060F;
}
.BgClassName
{
background-color: #5E060F;
}
</style>
border-color css
<style>
span { border-color: #5E060F; }
span { border-color: rgb(94,6,15); }
td.TdClassName
{
border-color: #5E060F;
}
.TagClassName
{
border-color: #5E060F;
}
</style>