Shades of Pohutukawa #5E1421
Tints of Pohutukawa #5E1421
RGB
CMYK
RGB Variations
Color information
#5E1421 (or 0x5E1421) is known color: Pohutukawa. HEX triplet: 5E, 14 and 21. RGB value is (94,20,33). Sum of RGB (Red+Green+Blue) = 94+20+33=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1421 is #A1EBDE. Grayscale: #2B2B2B. Windows color (decimal): -10611679 or 2167902. OLE color: 2167902.
HSL color Cylindrical-coordinate representation of color #5E1421: hue angle of 349.46º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1421 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 33 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.63 |
| HSL | 349.46º | 0.65% | 0.22% | - |
| HSV(B) | 349.46º | 0.79% | 0.37% | - |
| XYZ | 5.14 | 2.99 | 1.74 | - |
| YUV | 43.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 33 | 0 | 0.79 | 0.65 | 0.63 | 349.46 | 0.65 | 0.22 |
| Hex | 5E | 14 | 21 | 0 | 4F | 41 | 3F | 15D | 41 | 16 |
| Octal | 136 | 24 | 41 | 0 | 117 | 101 | 77 | 535 | 101 | 26 |
| Binary | 1011110 | 10100 | 100001 | 0 | 1001111 | 1000001 | 111111 | 101011101 | 1000001 | 10110 |
Color Harmonies of #5E1421
Complementary color
Monochromatic Colors of #5E1421
Black with #5E1421
Text Example
Text Example
White with #5E1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1421; }
p { color: rgb(94,20,33); }
H1.HeaderClassName
{
color: #5E1421;
}
.AnyTagClassName
{
color: #5E1421;
}
</style>
background-color css
<style>
a { background-color: #5E1421; }
a { background-color: rgb(94,20,33); }
div.DivClassName
{
background-color: #5E1421;
}
.BgClassName
{
background-color: #5E1421;
}
</style>
border-color css
<style>
span { border-color: #5E1421; }
span { border-color: rgb(94,20,33); }
td.TdClassName
{
border-color: #5E1421;
}
.TagClassName
{
border-color: #5E1421;
}
</style>