Shades of Pohutukawa #5E011F
Tints of Pohutukawa #5E011F
RGB
CMYK
RGB Variations
Color information
#5E011F (or 0x5E011F) is known color: Pohutukawa. HEX triplet: 5E, 01 and 1F. RGB value is (94,1,31). Sum of RGB (Red+Green+Blue) = 94+1+31=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E011F is #A1FEE0. Grayscale: #202020. Windows color (decimal): -10616545 or 2031966. OLE color: 2031966.
HSL color Cylindrical-coordinate representation of color #5E011F: hue angle of 340.65º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E011F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.63 |
| HSL | 340.65º | 0.98% | 0.19% | - |
| HSV(B) | 340.65º | 0.99% | 0.37% | - |
| XYZ | 4.87 | 2.5 | 1.52 | - |
| YUV | 32.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 31 | 0 | 0.99 | 0.67 | 0.63 | 340.65 | 0.98 | 0.19 |
| Hex | 5E | 1 | 1F | 0 | 63 | 43 | 3F | 155 | 62 | 13 |
| Octal | 136 | 1 | 37 | 0 | 143 | 103 | 77 | 525 | 142 | 23 |
| Binary | 1011110 | 1 | 11111 | 0 | 1100011 | 1000011 | 111111 | 101010101 | 1100010 | 10011 |
Color Harmonies of #5E011F
Complementary color
Monochromatic Colors of #5E011F
Black with #5E011F
Text Example
Text Example
White with #5E011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E011F; }
p { color: rgb(94,1,31); }
H1.HeaderClassName
{
color: #5E011F;
}
.AnyTagClassName
{
color: #5E011F;
}
</style>
background-color css
<style>
a { background-color: #5E011F; }
a { background-color: rgb(94,1,31); }
div.DivClassName
{
background-color: #5E011F;
}
.BgClassName
{
background-color: #5E011F;
}
</style>
border-color css
<style>
span { border-color: #5E011F; }
span { border-color: rgb(94,1,31); }
td.TdClassName
{
border-color: #5E011F;
}
.TagClassName
{
border-color: #5E011F;
}
</style>