Shades of Pohutukawa #5E0F1B
Tints of Pohutukawa #5E0F1B
RGB
CMYK
RGB Variations
Color information
#5E0F1B (or 0x5E0F1B) is known color: Pohutukawa. HEX triplet: 5E, 0F and 1B. RGB value is (94,15,27). Sum of RGB (Red+Green+Blue) = 94+15+27=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F1B is #A1F0E4. Grayscale: #282828. Windows color (decimal): -10612965 or 1773406. OLE color: 1773406.
HSL color Cylindrical-coordinate representation of color #5E0F1B: hue angle of 350.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E0F1B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 15 | 27 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.63 |
| HSL | 350.89º | 0.72% | 0.21% | - |
| HSV(B) | 350.89º | 0.84% | 0.37% | - |
| XYZ | 4.98 | 2.8 | 1.31 | - |
| YUV | 39.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 27 | 0 | 0.84 | 0.71 | 0.63 | 350.89 | 0.72 | 0.21 |
| Hex | 5E | F | 1B | 0 | 54 | 47 | 3F | 15F | 48 | 15 |
| Octal | 136 | 17 | 33 | 0 | 124 | 107 | 77 | 537 | 110 | 25 |
| Binary | 1011110 | 1111 | 11011 | 0 | 1010100 | 1000111 | 111111 | 101011111 | 1001000 | 10101 |
Color Harmonies of #5E0F1B
Complementary color
Monochromatic Colors of #5E0F1B
Black with #5E0F1B
Text Example
Text Example
White with #5E0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0F1B; }
p { color: rgb(94,15,27); }
H1.HeaderClassName
{
color: #5E0F1B;
}
.AnyTagClassName
{
color: #5E0F1B;
}
</style>
background-color css
<style>
a { background-color: #5E0F1B; }
a { background-color: rgb(94,15,27); }
div.DivClassName
{
background-color: #5E0F1B;
}
.BgClassName
{
background-color: #5E0F1B;
}
</style>
border-color css
<style>
span { border-color: #5E0F1B; }
span { border-color: rgb(94,15,27); }
td.TdClassName
{
border-color: #5E0F1B;
}
.TagClassName
{
border-color: #5E0F1B;
}
</style>