Shades of Pohutukawa #5E0714
Tints of Pohutukawa #5E0714
RGB
CMYK
RGB Variations
Color information
#5E0714 (or 0x5E0714) is known color: Pohutukawa. HEX triplet: 5E, 07 and 14. RGB value is (94,7,20). Sum of RGB (Red+Green+Blue) = 94+7+20=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0714 is #A1F8EB. Grayscale: #222222. Windows color (decimal): -10615020 or 1312606. OLE color: 1312606.
HSL color Cylindrical-coordinate representation of color #5E0714: hue angle of 351.03º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0714 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 7 | 20 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.63 |
| HSL | 351.03º | 0.86% | 0.2% | - |
| HSV(B) | 351.03º | 0.93% | 0.37% | - |
| XYZ | 4.82 | 2.58 | 0.91 | - |
| YUV | 34.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 20 | 0 | 0.93 | 0.79 | 0.63 | 351.03 | 0.86 | 0.2 |
| Hex | 5E | 7 | 14 | 0 | 5D | 4F | 3F | 15F | 56 | 14 |
| Octal | 136 | 7 | 24 | 0 | 135 | 117 | 77 | 537 | 126 | 24 |
| Binary | 1011110 | 111 | 10100 | 0 | 1011101 | 1001111 | 111111 | 101011111 | 1010110 | 10100 |
Color Harmonies of #5E0714
Complementary color
Monochromatic Colors of #5E0714
Black with #5E0714
Text Example
Text Example
White with #5E0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0714; }
p { color: rgb(94,7,20); }
H1.HeaderClassName
{
color: #5E0714;
}
.AnyTagClassName
{
color: #5E0714;
}
</style>
background-color css
<style>
a { background-color: #5E0714; }
a { background-color: rgb(94,7,20); }
div.DivClassName
{
background-color: #5E0714;
}
.BgClassName
{
background-color: #5E0714;
}
</style>
border-color css
<style>
span { border-color: #5E0714; }
span { border-color: rgb(94,7,20); }
td.TdClassName
{
border-color: #5E0714;
}
.TagClassName
{
border-color: #5E0714;
}
</style>