Shades of Pohutukawa #5E0D1E
Tints of Pohutukawa #5E0D1E
RGB
CMYK
RGB Variations
Color information
#5E0D1E (or 0x5E0D1E) is known color: Pohutukawa. HEX triplet: 5E, 0D and 1E. RGB value is (94,13,30). Sum of RGB (Red+Green+Blue) = 94+13+30=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D1E is #A1F2E1. Grayscale: #272727. Windows color (decimal): -10613474 or 1969502. OLE color: 1969502.
HSL color Cylindrical-coordinate representation of color #5E0D1E: hue angle of 347.41º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E0D1E is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 13 | 30 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.63 |
| HSL | 347.41º | 0.76% | 0.21% | - |
| HSV(B) | 347.41º | 0.86% | 0.37% | - |
| XYZ | 4.99 | 2.76 | 1.5 | - |
| YUV | 39.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 30 | 0 | 0.86 | 0.68 | 0.63 | 347.41 | 0.76 | 0.21 |
| Hex | 5E | D | 1E | 0 | 56 | 44 | 3F | 15B | 4C | 15 |
| Octal | 136 | 15 | 36 | 0 | 126 | 104 | 77 | 533 | 114 | 25 |
| Binary | 1011110 | 1101 | 11110 | 0 | 1010110 | 1000100 | 111111 | 101011011 | 1001100 | 10101 |
Color Harmonies of #5E0D1E
Complementary color
Monochromatic Colors of #5E0D1E
Black with #5E0D1E
Text Example
Text Example
White with #5E0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D1E; }
p { color: rgb(94,13,30); }
H1.HeaderClassName
{
color: #5E0D1E;
}
.AnyTagClassName
{
color: #5E0D1E;
}
</style>
background-color css
<style>
a { background-color: #5E0D1E; }
a { background-color: rgb(94,13,30); }
div.DivClassName
{
background-color: #5E0D1E;
}
.BgClassName
{
background-color: #5E0D1E;
}
</style>
border-color css
<style>
span { border-color: #5E0D1E; }
span { border-color: rgb(94,13,30); }
td.TdClassName
{
border-color: #5E0D1E;
}
.TagClassName
{
border-color: #5E0D1E;
}
</style>