Shades of Pohutukawa #5E1028
Tints of Pohutukawa #5E1028
RGB
CMYK
RGB Variations
Color information
#5E1028 (or 0x5E1028) is known color: Pohutukawa. HEX triplet: 5E, 10 and 28. RGB value is (94,16,40). Sum of RGB (Red+Green+Blue) = 94+16+40=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1028 is #A1EFD7. Grayscale: #2A2A2A. Windows color (decimal): -10612696 or 2625630. OLE color: 2625630.
HSL color Cylindrical-coordinate representation of color #5E1028: hue angle of 341.54º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1028 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 40 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.63 |
| HSL | 341.54º | 0.71% | 0.22% | - |
| HSV(B) | 341.54º | 0.83% | 0.37% | - |
| XYZ | 5.18 | 2.9 | 2.29 | - |
| YUV | 42.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 40 | 0 | 0.83 | 0.57 | 0.63 | 341.54 | 0.71 | 0.22 |
| Hex | 5E | 10 | 28 | 0 | 53 | 39 | 3F | 156 | 47 | 16 |
| Octal | 136 | 20 | 50 | 0 | 123 | 71 | 77 | 526 | 107 | 26 |
| Binary | 1011110 | 10000 | 101000 | 0 | 1010011 | 111001 | 111111 | 101010110 | 1000111 | 10110 |
Color Harmonies of #5E1028
Complementary color
Monochromatic Colors of #5E1028
Black with #5E1028
Text Example
Text Example
White with #5E1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1028; }
p { color: rgb(94,16,40); }
H1.HeaderClassName
{
color: #5E1028;
}
.AnyTagClassName
{
color: #5E1028;
}
</style>
background-color css
<style>
a { background-color: #5E1028; }
a { background-color: rgb(94,16,40); }
div.DivClassName
{
background-color: #5E1028;
}
.BgClassName
{
background-color: #5E1028;
}
</style>
border-color css
<style>
span { border-color: #5E1028; }
span { border-color: rgb(94,16,40); }
td.TdClassName
{
border-color: #5E1028;
}
.TagClassName
{
border-color: #5E1028;
}
</style>