Shades of Pohutukawa #5E131D
Tints of Pohutukawa #5E131D
RGB
CMYK
RGB Variations
Color information
#5E131D (or 0x5E131D) is known color: Pohutukawa. HEX triplet: 5E, 13 and 1D. RGB value is (94,19,29). Sum of RGB (Red+Green+Blue) = 94+19+29=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E131D is #A1ECE2. Grayscale: #2A2A2A. Windows color (decimal): -10611939 or 1905502. OLE color: 1905502.
HSL color Cylindrical-coordinate representation of color #5E131D: hue angle of 352º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E131D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 19 | 29 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.63 |
| HSL | 352º | 0.66% | 0.22% | - |
| HSV(B) | 352º | 0.8% | 0.37% | - |
| XYZ | 5.07 | 2.93 | 1.46 | - |
| YUV | 42.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 29 | 0 | 0.80 | 0.69 | 0.63 | 352 | 0.66 | 0.22 |
| Hex | 5E | 13 | 1D | 0 | 50 | 45 | 3F | 160 | 42 | 16 |
| Octal | 136 | 23 | 35 | 0 | 120 | 105 | 77 | 540 | 102 | 26 |
| Binary | 1011110 | 10011 | 11101 | 0 | 1010000 | 1000101 | 111111 | 101100000 | 1000010 | 10110 |
Color Harmonies of #5E131D
Complementary color
Monochromatic Colors of #5E131D
Black with #5E131D
Text Example
Text Example
White with #5E131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E131D; }
p { color: rgb(94,19,29); }
H1.HeaderClassName
{
color: #5E131D;
}
.AnyTagClassName
{
color: #5E131D;
}
</style>
background-color css
<style>
a { background-color: #5E131D; }
a { background-color: rgb(94,19,29); }
div.DivClassName
{
background-color: #5E131D;
}
.BgClassName
{
background-color: #5E131D;
}
</style>
border-color css
<style>
span { border-color: #5E131D; }
span { border-color: rgb(94,19,29); }
td.TdClassName
{
border-color: #5E131D;
}
.TagClassName
{
border-color: #5E131D;
}
</style>