Shades of Pohutukawa #5A0E28
Tints of Pohutukawa #5A0E28
RGB
CMYK
RGB Variations
Color information
#5A0E28 (or 0x5A0E28) is known color: Pohutukawa. HEX triplet: 5A, 0E and 28. RGB value is (90,14,40). Sum of RGB (Red+Green+Blue) = 90+14+40=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E28 is #A5F1D7. Grayscale: #272727. Windows color (decimal): -10875352 or 2625114. OLE color: 2625114.
HSL color Cylindrical-coordinate representation of color #5A0E28: hue angle of 339.47º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E28 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 40 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.65 |
| HSL | 339.47º | 0.73% | 0.2% | - |
| HSV(B) | 339.47º | 0.84% | 0.35% | - |
| XYZ | 4.76 | 2.64 | 2.27 | - |
| YUV | 39.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 40 | 0 | 0.84 | 0.56 | 0.65 | 339.47 | 0.73 | 0.2 |
| Hex | 5A | E | 28 | 0 | 54 | 38 | 41 | 153 | 49 | 14 |
| Octal | 132 | 16 | 50 | 0 | 124 | 70 | 101 | 523 | 111 | 24 |
| Binary | 1011010 | 1110 | 101000 | 0 | 1010100 | 111000 | 1000001 | 101010011 | 1001001 | 10100 |
Color Harmonies of #5A0E28
Complementary color
Monochromatic Colors of #5A0E28
Black with #5A0E28
Text Example
Text Example
White with #5A0E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E28; }
p { color: rgb(90,14,40); }
H1.HeaderClassName
{
color: #5A0E28;
}
.AnyTagClassName
{
color: #5A0E28;
}
</style>
background-color css
<style>
a { background-color: #5A0E28; }
a { background-color: rgb(90,14,40); }
div.DivClassName
{
background-color: #5A0E28;
}
.BgClassName
{
background-color: #5A0E28;
}
</style>
border-color css
<style>
span { border-color: #5A0E28; }
span { border-color: rgb(90,14,40); }
td.TdClassName
{
border-color: #5A0E28;
}
.TagClassName
{
border-color: #5A0E28;
}
</style>