Shades of Pohutukawa #5E1426
Tints of Pohutukawa #5E1426
RGB
CMYK
RGB Variations
Color information
#5E1426 (or 0x5E1426) is known color: Pohutukawa. HEX triplet: 5E, 14 and 26. RGB value is (94,20,38). Sum of RGB (Red+Green+Blue) = 94+20+38=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1426 is #A1EBD9. Grayscale: #2C2C2C. Windows color (decimal): -10611674 or 2495582. OLE color: 2495582.
HSL color Cylindrical-coordinate representation of color #5E1426: hue angle of 345.41º 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 #5E1426 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 38 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.63 |
| HSL | 345.41º | 0.65% | 0.22% | - |
| HSV(B) | 345.41º | 0.79% | 0.37% | - |
| XYZ | 5.22 | 3.02 | 2.14 | - |
| YUV | 44.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 38 | 0 | 0.79 | 0.60 | 0.63 | 345.41 | 0.65 | 0.22 |
| Hex | 5E | 14 | 26 | 0 | 4F | 3C | 3F | 159 | 41 | 16 |
| Octal | 136 | 24 | 46 | 0 | 117 | 74 | 77 | 531 | 101 | 26 |
| Binary | 1011110 | 10100 | 100110 | 0 | 1001111 | 111100 | 111111 | 101011001 | 1000001 | 10110 |
Color Harmonies of #5E1426
Complementary color
Monochromatic Colors of #5E1426
Black with #5E1426
Text Example
Text Example
White with #5E1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1426; }
p { color: rgb(94,20,38); }
H1.HeaderClassName
{
color: #5E1426;
}
.AnyTagClassName
{
color: #5E1426;
}
</style>
background-color css
<style>
a { background-color: #5E1426; }
a { background-color: rgb(94,20,38); }
div.DivClassName
{
background-color: #5E1426;
}
.BgClassName
{
background-color: #5E1426;
}
</style>
border-color css
<style>
span { border-color: #5E1426; }
span { border-color: rgb(94,20,38); }
td.TdClassName
{
border-color: #5E1426;
}
.TagClassName
{
border-color: #5E1426;
}
</style>