Shades of Pohutukawa #5A0E19
Tints of Pohutukawa #5A0E19
RGB
CMYK
RGB Variations
Color information
#5A0E19 (or 0x5A0E19) is known color: Pohutukawa. HEX triplet: 5A, 0E and 19. RGB value is (90,14,25). Sum of RGB (Red+Green+Blue) = 90+14+25=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0E19 is #A5F1E6. Grayscale: #262626. Windows color (decimal): -10875367 or 1642074. OLE color: 1642074.
HSL color Cylindrical-coordinate representation of color #5A0E19: hue angle of 351.32º 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 #5A0E19 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 25 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.65 |
| HSL | 351.32º | 0.73% | 0.2% | - |
| HSV(B) | 351.32º | 0.84% | 0.35% | - |
| XYZ | 4.55 | 2.56 | 1.17 | - |
| YUV | 37.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 25 | 0 | 0.84 | 0.72 | 0.65 | 351.32 | 0.73 | 0.2 |
| Hex | 5A | E | 19 | 0 | 54 | 48 | 41 | 15F | 49 | 14 |
| Octal | 132 | 16 | 31 | 0 | 124 | 110 | 101 | 537 | 111 | 24 |
| Binary | 1011010 | 1110 | 11001 | 0 | 1010100 | 1001000 | 1000001 | 101011111 | 1001001 | 10100 |
Color Harmonies of #5A0E19
Complementary color
Monochromatic Colors of #5A0E19
Black with #5A0E19
Text Example
Text Example
White with #5A0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E19; }
p { color: rgb(90,14,25); }
H1.HeaderClassName
{
color: #5A0E19;
}
.AnyTagClassName
{
color: #5A0E19;
}
</style>
background-color css
<style>
a { background-color: #5A0E19; }
a { background-color: rgb(90,14,25); }
div.DivClassName
{
background-color: #5A0E19;
}
.BgClassName
{
background-color: #5A0E19;
}
</style>
border-color css
<style>
span { border-color: #5A0E19; }
span { border-color: rgb(90,14,25); }
td.TdClassName
{
border-color: #5A0E19;
}
.TagClassName
{
border-color: #5A0E19;
}
</style>