Shades of Pohutukawa #5E1017
Tints of Pohutukawa #5E1017
RGB
CMYK
RGB Variations
Color information
#5E1017 (or 0x5E1017) is known color: Pohutukawa. HEX triplet: 5E, 10 and 17. RGB value is (94,16,23). Sum of RGB (Red+Green+Blue) = 94+16+23=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1017 is #A1EFE8. Grayscale: #282828. Windows color (decimal): -10612713 or 1511518. OLE color: 1511518.
HSL color Cylindrical-coordinate representation of color #5E1017: hue angle of 354.62º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1017 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 23 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.63 |
| HSL | 354.62º | 0.71% | 0.22% | - |
| HSV(B) | 354.62º | 0.83% | 0.37% | - |
| XYZ | 4.96 | 2.81 | 1.09 | - |
| YUV | 40.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 23 | 0 | 0.83 | 0.76 | 0.63 | 354.62 | 0.71 | 0.22 |
| Hex | 5E | 10 | 17 | 0 | 53 | 4C | 3F | 163 | 47 | 16 |
| Octal | 136 | 20 | 27 | 0 | 123 | 114 | 77 | 543 | 107 | 26 |
| Binary | 1011110 | 10000 | 10111 | 0 | 1010011 | 1001100 | 111111 | 101100011 | 1000111 | 10110 |
Color Harmonies of #5E1017
Complementary color
Monochromatic Colors of #5E1017
Black with #5E1017
Text Example
Text Example
White with #5E1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1017; }
p { color: rgb(94,16,23); }
H1.HeaderClassName
{
color: #5E1017;
}
.AnyTagClassName
{
color: #5E1017;
}
</style>
background-color css
<style>
a { background-color: #5E1017; }
a { background-color: rgb(94,16,23); }
div.DivClassName
{
background-color: #5E1017;
}
.BgClassName
{
background-color: #5E1017;
}
</style>
border-color css
<style>
span { border-color: #5E1017; }
span { border-color: rgb(94,16,23); }
td.TdClassName
{
border-color: #5E1017;
}
.TagClassName
{
border-color: #5E1017;
}
</style>