Shades of Pohutukawa #5E131F
Tints of Pohutukawa #5E131F
RGB
CMYK
RGB Variations
Color information
#5E131F (or 0x5E131F) is known color: Pohutukawa. HEX triplet: 5E, 13 and 1F. RGB value is (94,19,31). Sum of RGB (Red+Green+Blue) = 94+19+31=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E131F is #A1ECE0. Grayscale: #2A2A2A. Windows color (decimal): -10611937 or 2036574. OLE color: 2036574.
HSL color Cylindrical-coordinate representation of color #5E131F: hue angle of 350.4º 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 #5E131F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 19 | 31 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.63 |
| HSL | 350.4º | 0.66% | 0.22% | - |
| HSV(B) | 350.4º | 0.8% | 0.37% | - |
| XYZ | 5.1 | 2.94 | 1.6 | - |
| YUV | 42.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 31 | 0 | 0.80 | 0.67 | 0.63 | 350.4 | 0.66 | 0.22 |
| Hex | 5E | 13 | 1F | 0 | 50 | 43 | 3F | 15E | 42 | 16 |
| Octal | 136 | 23 | 37 | 0 | 120 | 103 | 77 | 536 | 102 | 26 |
| Binary | 1011110 | 10011 | 11111 | 0 | 1010000 | 1000011 | 111111 | 101011110 | 1000010 | 10110 |
Color Harmonies of #5E131F
Complementary color
Monochromatic Colors of #5E131F
Black with #5E131F
Text Example
Text Example
White with #5E131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E131F; }
p { color: rgb(94,19,31); }
H1.HeaderClassName
{
color: #5E131F;
}
.AnyTagClassName
{
color: #5E131F;
}
</style>
background-color css
<style>
a { background-color: #5E131F; }
a { background-color: rgb(94,19,31); }
div.DivClassName
{
background-color: #5E131F;
}
.BgClassName
{
background-color: #5E131F;
}
</style>
border-color css
<style>
span { border-color: #5E131F; }
span { border-color: rgb(94,19,31); }
td.TdClassName
{
border-color: #5E131F;
}
.TagClassName
{
border-color: #5E131F;
}
</style>