Shades of Pohutukawa #5E000D
Tints of Pohutukawa #5E000D
RGB
CMYK
RGB Variations
Color information
#5E000D (or 0x5E000D) is known color: Pohutukawa. HEX triplet: 5E, 00 and 0D. RGB value is (94,0,13). Sum of RGB (Red+Green+Blue) = 94+0+13=107 (14% of max value = 765). Red value is 94 (37.11% from 255 or 87.85% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 94 - color contains mainly: red. Hex color #5E000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E000D is #A1FFF2. Grayscale: #1D1D1D. Windows color (decimal): -10616819 or 852062. OLE color: 852062.
HSL color Cylindrical-coordinate representation of color #5E000D: hue angle of 351.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E000D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.86 | 0.63 |
| HSL | 351.7º | 1% | 0.18% | - |
| HSV(B) | 351.7º | 1% | 0.37% | - |
| XYZ | 4.69 | 2.41 | 0.6 | - |
| YUV | 29.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 13 | 0 | 1 | 0.86 | 0.63 | 351.7 | 1 | 0.18 |
| Hex | 5E | 0 | D | 0 | 64 | 56 | 3F | 160 | 64 | 12 |
| Octal | 136 | 0 | 15 | 0 | 144 | 126 | 77 | 540 | 144 | 22 |
| Binary | 1011110 | 0 | 1101 | 0 | 1100100 | 1010110 | 111111 | 101100000 | 1100100 | 10010 |
Color Harmonies of #5E000D
Complementary color
Monochromatic Colors of #5E000D
Black with #5E000D
Text Example
Text Example
White with #5E000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E000D; }
p { color: rgb(94,0,13); }
H1.HeaderClassName
{
color: #5E000D;
}
.AnyTagClassName
{
color: #5E000D;
}
</style>
background-color css
<style>
a { background-color: #5E000D; }
a { background-color: rgb(94,0,13); }
div.DivClassName
{
background-color: #5E000D;
}
.BgClassName
{
background-color: #5E000D;
}
</style>
border-color css
<style>
span { border-color: #5E000D; }
span { border-color: rgb(94,0,13); }
td.TdClassName
{
border-color: #5E000D;
}
.TagClassName
{
border-color: #5E000D;
}
</style>