Shades of Pohutukawa #5E0D1A
Tints of Pohutukawa #5E0D1A
RGB
CMYK
RGB Variations
Color information
#5E0D1A (or 0x5E0D1A) is known color: Pohutukawa. HEX triplet: 5E, 0D and 1A. RGB value is (94,13,26). Sum of RGB (Red+Green+Blue) = 94+13+26=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D1A is #A1F2E5. Grayscale: #262626. Windows color (decimal): -10613478 or 1707358. OLE color: 1707358.
HSL color Cylindrical-coordinate representation of color #5E0D1A: hue angle of 350.37º 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 #5E0D1A is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 13 | 26 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.63 |
| HSL | 350.37º | 0.76% | 0.21% | - |
| HSV(B) | 350.37º | 0.86% | 0.37% | - |
| XYZ | 4.95 | 2.74 | 1.25 | - |
| YUV | 38.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 26 | 0 | 0.86 | 0.72 | 0.63 | 350.37 | 0.76 | 0.21 |
| Hex | 5E | D | 1A | 0 | 56 | 48 | 3F | 15E | 4C | 15 |
| Octal | 136 | 15 | 32 | 0 | 126 | 110 | 77 | 536 | 114 | 25 |
| Binary | 1011110 | 1101 | 11010 | 0 | 1010110 | 1001000 | 111111 | 101011110 | 1001100 | 10101 |
Color Harmonies of #5E0D1A
Complementary color
Monochromatic Colors of #5E0D1A
Black with #5E0D1A
Text Example
Text Example
White with #5E0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D1A; }
p { color: rgb(94,13,26); }
H1.HeaderClassName
{
color: #5E0D1A;
}
.AnyTagClassName
{
color: #5E0D1A;
}
</style>
background-color css
<style>
a { background-color: #5E0D1A; }
a { background-color: rgb(94,13,26); }
div.DivClassName
{
background-color: #5E0D1A;
}
.BgClassName
{
background-color: #5E0D1A;
}
</style>
border-color css
<style>
span { border-color: #5E0D1A; }
span { border-color: rgb(94,13,26); }
td.TdClassName
{
border-color: #5E0D1A;
}
.TagClassName
{
border-color: #5E0D1A;
}
</style>