Shades of Pohutukawa #5E021F
Tints of Pohutukawa #5E021F
RGB
CMYK
RGB Variations
Color information
#5E021F (or 0x5E021F) is known color: Pohutukawa. HEX triplet: 5E, 02 and 1F. RGB value is (94,2,31). Sum of RGB (Red+Green+Blue) = 94+2+31=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E021F is #A1FDE0. Grayscale: #202020. Windows color (decimal): -10616289 or 2032222. OLE color: 2032222.
HSL color Cylindrical-coordinate representation of color #5E021F: hue angle of 341.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E021F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.63 |
| HSL | 341.09º | 0.96% | 0.19% | - |
| HSV(B) | 341.09º | 0.98% | 0.37% | - |
| XYZ | 4.89 | 2.52 | 1.53 | - |
| YUV | 32.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 31 | 0 | 0.98 | 0.67 | 0.63 | 341.09 | 0.96 | 0.19 |
| Hex | 5E | 2 | 1F | 0 | 62 | 43 | 3F | 155 | 60 | 13 |
| Octal | 136 | 2 | 37 | 0 | 142 | 103 | 77 | 525 | 140 | 23 |
| Binary | 1011110 | 10 | 11111 | 0 | 1100010 | 1000011 | 111111 | 101010101 | 1100000 | 10011 |
Color Harmonies of #5E021F
Complementary color
Monochromatic Colors of #5E021F
Black with #5E021F
Text Example
Text Example
White with #5E021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E021F; }
p { color: rgb(94,2,31); }
H1.HeaderClassName
{
color: #5E021F;
}
.AnyTagClassName
{
color: #5E021F;
}
</style>
background-color css
<style>
a { background-color: #5E021F; }
a { background-color: rgb(94,2,31); }
div.DivClassName
{
background-color: #5E021F;
}
.BgClassName
{
background-color: #5E021F;
}
</style>
border-color css
<style>
span { border-color: #5E021F; }
span { border-color: rgb(94,2,31); }
td.TdClassName
{
border-color: #5E021F;
}
.TagClassName
{
border-color: #5E021F;
}
</style>