Shades of Pohutukawa #5E212D
Tints of Pohutukawa #5E212D
RGB
CMYK
RGB Variations
Color information
#5E212D (or 0x5E212D) is known color: Pohutukawa. HEX triplet: 5E, 21 and 2D. RGB value is (94,33,45). Sum of RGB (Red+Green+Blue) = 94+33+45=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E212D is #A1DED2. Grayscale: #343434. Windows color (decimal): -10608339 or 2957662. OLE color: 2957662.
HSL color Cylindrical-coordinate representation of color #5E212D: hue angle of 348.2º 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 #5E212D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 45 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.63 |
| HSL | 348.2º | 0.48% | 0.25% | - |
| HSV(B) | 348.2º | 0.65% | 0.37% | - |
| XYZ | 5.63 | 3.66 | 2.89 | - |
| YUV | 52.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 45 | 0 | 0.65 | 0.52 | 0.63 | 348.2 | 0.48 | 0.25 |
| Hex | 5E | 21 | 2D | 0 | 41 | 34 | 3F | 15C | 30 | 19 |
| Octal | 136 | 41 | 55 | 0 | 101 | 64 | 77 | 534 | 60 | 31 |
| Binary | 1011110 | 100001 | 101101 | 0 | 1000001 | 110100 | 111111 | 101011100 | 110000 | 11001 |
Color Harmonies of #5E212D
Complementary color
Monochromatic Colors of #5E212D
Black with #5E212D
Text Example
Text Example
White with #5E212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E212D; }
p { color: rgb(94,33,45); }
H1.HeaderClassName
{
color: #5E212D;
}
.AnyTagClassName
{
color: #5E212D;
}
</style>
background-color css
<style>
a { background-color: #5E212D; }
a { background-color: rgb(94,33,45); }
div.DivClassName
{
background-color: #5E212D;
}
.BgClassName
{
background-color: #5E212D;
}
</style>
border-color css
<style>
span { border-color: #5E212D; }
span { border-color: rgb(94,33,45); }
td.TdClassName
{
border-color: #5E212D;
}
.TagClassName
{
border-color: #5E212D;
}
</style>