Shades of Pohutukawa #5E111B
Tints of Pohutukawa #5E111B
RGB
CMYK
RGB Variations
Color information
#5E111B (or 0x5E111B) is known color: Pohutukawa. HEX triplet: 5E, 11 and 1B. RGB value is (94,17,27). Sum of RGB (Red+Green+Blue) = 94+17+27=138 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.12% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 94 - color contains mainly: red. Hex color #5E111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E111B is #A1EEE4. Grayscale: #292929. Windows color (decimal): -10612453 or 1773918. OLE color: 1773918.
HSL color Cylindrical-coordinate representation of color #5E111B: hue angle of 352.21º 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 #5E111B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 27 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.63 |
| HSL | 352.21º | 0.69% | 0.22% | - |
| HSV(B) | 352.21º | 0.82% | 0.37% | - |
| XYZ | 5.01 | 2.86 | 1.32 | - |
| YUV | 41.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 27 | 0 | 0.82 | 0.71 | 0.63 | 352.21 | 0.69 | 0.22 |
| Hex | 5E | 11 | 1B | 0 | 52 | 47 | 3F | 160 | 45 | 16 |
| Octal | 136 | 21 | 33 | 0 | 122 | 107 | 77 | 540 | 105 | 26 |
| Binary | 1011110 | 10001 | 11011 | 0 | 1010010 | 1000111 | 111111 | 101100000 | 1000101 | 10110 |
Color Harmonies of #5E111B
Complementary color
Monochromatic Colors of #5E111B
Black with #5E111B
Text Example
Text Example
White with #5E111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E111B; }
p { color: rgb(94,17,27); }
H1.HeaderClassName
{
color: #5E111B;
}
.AnyTagClassName
{
color: #5E111B;
}
</style>
background-color css
<style>
a { background-color: #5E111B; }
a { background-color: rgb(94,17,27); }
div.DivClassName
{
background-color: #5E111B;
}
.BgClassName
{
background-color: #5E111B;
}
</style>
border-color css
<style>
span { border-color: #5E111B; }
span { border-color: rgb(94,17,27); }
td.TdClassName
{
border-color: #5E111B;
}
.TagClassName
{
border-color: #5E111B;
}
</style>