Shades of Pohutukawa #5E1127
Tints of Pohutukawa #5E1127
RGB
CMYK
RGB Variations
Color information
#5E1127 (or 0x5E1127) is known color: Pohutukawa. HEX triplet: 5E, 11 and 27. RGB value is (94,17,39). Sum of RGB (Red+Green+Blue) = 94+17+39=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1127 is #A1EED8. Grayscale: #2A2A2A. Windows color (decimal): -10612441 or 2560350. OLE color: 2560350.
HSL color Cylindrical-coordinate representation of color #5E1127: hue angle of 342.86º 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 #5E1127 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 39 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.63 |
| HSL | 342.86º | 0.69% | 0.22% | - |
| HSV(B) | 342.86º | 0.82% | 0.37% | - |
| XYZ | 5.18 | 2.93 | 2.21 | - |
| YUV | 42.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 39 | 0 | 0.82 | 0.59 | 0.63 | 342.86 | 0.69 | 0.22 |
| Hex | 5E | 11 | 27 | 0 | 52 | 3B | 3F | 157 | 45 | 16 |
| Octal | 136 | 21 | 47 | 0 | 122 | 73 | 77 | 527 | 105 | 26 |
| Binary | 1011110 | 10001 | 100111 | 0 | 1010010 | 111011 | 111111 | 101010111 | 1000101 | 10110 |
Color Harmonies of #5E1127
Complementary color
Monochromatic Colors of #5E1127
Black with #5E1127
Text Example
Text Example
White with #5E1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1127; }
p { color: rgb(94,17,39); }
H1.HeaderClassName
{
color: #5E1127;
}
.AnyTagClassName
{
color: #5E1127;
}
</style>
background-color css
<style>
a { background-color: #5E1127; }
a { background-color: rgb(94,17,39); }
div.DivClassName
{
background-color: #5E1127;
}
.BgClassName
{
background-color: #5E1127;
}
</style>
border-color css
<style>
span { border-color: #5E1127; }
span { border-color: rgb(94,17,39); }
td.TdClassName
{
border-color: #5E1127;
}
.TagClassName
{
border-color: #5E1127;
}
</style>