Shades of Pohutukawa #5E212A
Tints of Pohutukawa #5E212A
RGB
CMYK
RGB Variations
Color information
#5E212A (or 0x5E212A) is known color: Pohutukawa. HEX triplet: 5E, 21 and 2A. RGB value is (94,33,42). Sum of RGB (Red+Green+Blue) = 94+33+42=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E212A is #A1DED5. Grayscale: #343434. Windows color (decimal): -10608342 or 2761054. OLE color: 2761054.
HSL color Cylindrical-coordinate representation of color #5E212A: hue angle of 351.15º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E212A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 42 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.63 |
| HSL | 351.15º | 0.48% | 0.25% | - |
| HSV(B) | 351.15º | 0.65% | 0.37% | - |
| XYZ | 5.58 | 3.63 | 2.6 | - |
| YUV | 52.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 42 | 0 | 0.65 | 0.55 | 0.63 | 351.15 | 0.48 | 0.25 |
| Hex | 5E | 21 | 2A | 0 | 41 | 37 | 3F | 15F | 30 | 19 |
| Octal | 136 | 41 | 52 | 0 | 101 | 67 | 77 | 537 | 60 | 31 |
| Binary | 1011110 | 100001 | 101010 | 0 | 1000001 | 110111 | 111111 | 101011111 | 110000 | 11001 |
Color Harmonies of #5E212A
Complementary color
Monochromatic Colors of #5E212A
Black with #5E212A
Text Example
Text Example
White with #5E212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E212A; }
p { color: rgb(94,33,42); }
H1.HeaderClassName
{
color: #5E212A;
}
.AnyTagClassName
{
color: #5E212A;
}
</style>
background-color css
<style>
a { background-color: #5E212A; }
a { background-color: rgb(94,33,42); }
div.DivClassName
{
background-color: #5E212A;
}
.BgClassName
{
background-color: #5E212A;
}
</style>
border-color css
<style>
span { border-color: #5E212A; }
span { border-color: rgb(94,33,42); }
td.TdClassName
{
border-color: #5E212A;
}
.TagClassName
{
border-color: #5E212A;
}
</style>