Shades of Pohutukawa #5A0E27
Tints of Pohutukawa #5A0E27
RGB
CMYK
RGB Variations
Color information
#5A0E27 (or 0x5A0E27) is known color: Pohutukawa. HEX triplet: 5A, 0E and 27. RGB value is (90,14,39). Sum of RGB (Red+Green+Blue) = 90+14+39=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E27 is #A5F1D8. Grayscale: #272727. Windows color (decimal): -10875353 or 2559578. OLE color: 2559578.
HSL color Cylindrical-coordinate representation of color #5A0E27: hue angle of 340.26º 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 #5A0E27 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 39 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.65 |
| HSL | 340.26º | 0.73% | 0.2% | - |
| HSV(B) | 340.26º | 0.84% | 0.35% | - |
| XYZ | 4.74 | 2.63 | 2.18 | - |
| YUV | 39.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 39 | 0 | 0.84 | 0.57 | 0.65 | 340.26 | 0.73 | 0.2 |
| Hex | 5A | E | 27 | 0 | 54 | 39 | 41 | 154 | 49 | 14 |
| Octal | 132 | 16 | 47 | 0 | 124 | 71 | 101 | 524 | 111 | 24 |
| Binary | 1011010 | 1110 | 100111 | 0 | 1010100 | 111001 | 1000001 | 101010100 | 1001001 | 10100 |
Color Harmonies of #5A0E27
Complementary color
Monochromatic Colors of #5A0E27
Black with #5A0E27
Text Example
Text Example
White with #5A0E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E27; }
p { color: rgb(90,14,39); }
H1.HeaderClassName
{
color: #5A0E27;
}
.AnyTagClassName
{
color: #5A0E27;
}
</style>
background-color css
<style>
a { background-color: #5A0E27; }
a { background-color: rgb(90,14,39); }
div.DivClassName
{
background-color: #5A0E27;
}
.BgClassName
{
background-color: #5A0E27;
}
</style>
border-color css
<style>
span { border-color: #5A0E27; }
span { border-color: rgb(90,14,39); }
td.TdClassName
{
border-color: #5A0E27;
}
.TagClassName
{
border-color: #5A0E27;
}
</style>