Shades of Pohutukawa #5E1117
Tints of Pohutukawa #5E1117
RGB
CMYK
RGB Variations
Color information
#5E1117 (or 0x5E1117) is known color: Pohutukawa. HEX triplet: 5E, 11 and 17. RGB value is (94,17,23). Sum of RGB (Red+Green+Blue) = 94+17+23=134 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.15% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1117 is #A1EEE8. Grayscale: #282828. Windows color (decimal): -10612457 or 1511774. OLE color: 1511774.
HSL color Cylindrical-coordinate representation of color #5E1117: hue angle of 355.32º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1117 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 23 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.63 |
| HSL | 355.32º | 0.69% | 0.22% | - |
| HSV(B) | 355.32º | 0.82% | 0.37% | - |
| XYZ | 4.97 | 2.84 | 1.1 | - |
| YUV | 40.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 23 | 0 | 0.82 | 0.76 | 0.63 | 355.32 | 0.69 | 0.22 |
| Hex | 5E | 11 | 17 | 0 | 52 | 4C | 3F | 163 | 45 | 16 |
| Octal | 136 | 21 | 27 | 0 | 122 | 114 | 77 | 543 | 105 | 26 |
| Binary | 1011110 | 10001 | 10111 | 0 | 1010010 | 1001100 | 111111 | 101100011 | 1000101 | 10110 |
Color Harmonies of #5E1117
Complementary color
Monochromatic Colors of #5E1117
Black with #5E1117
Text Example
Text Example
White with #5E1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1117; }
p { color: rgb(94,17,23); }
H1.HeaderClassName
{
color: #5E1117;
}
.AnyTagClassName
{
color: #5E1117;
}
</style>
background-color css
<style>
a { background-color: #5E1117; }
a { background-color: rgb(94,17,23); }
div.DivClassName
{
background-color: #5E1117;
}
.BgClassName
{
background-color: #5E1117;
}
</style>
border-color css
<style>
span { border-color: #5E1117; }
span { border-color: rgb(94,17,23); }
td.TdClassName
{
border-color: #5E1117;
}
.TagClassName
{
border-color: #5E1117;
}
</style>