Shades of Pohutukawa #5A0E2B
Tints of Pohutukawa #5A0E2B
RGB
CMYK
RGB Variations
Color information
#5A0E2B (or 0x5A0E2B) is known color: Pohutukawa. HEX triplet: 5A, 0E and 2B. RGB value is (90,14,43). Sum of RGB (Red+Green+Blue) = 90+14+43=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E2B is #A5F1D4. Grayscale: #272727. Windows color (decimal): -10875349 or 2821722. OLE color: 2821722.
HSL color Cylindrical-coordinate representation of color #5A0E2B: hue angle of 337.11º 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 #5A0E2B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 43 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.65 |
| HSL | 337.11º | 0.73% | 0.2% | - |
| HSV(B) | 337.11º | 0.84% | 0.35% | - |
| XYZ | 4.81 | 2.66 | 2.55 | - |
| YUV | 40.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 43 | 0 | 0.84 | 0.52 | 0.65 | 337.11 | 0.73 | 0.2 |
| Hex | 5A | E | 2B | 0 | 54 | 34 | 41 | 151 | 49 | 14 |
| Octal | 132 | 16 | 53 | 0 | 124 | 64 | 101 | 521 | 111 | 24 |
| Binary | 1011010 | 1110 | 101011 | 0 | 1010100 | 110100 | 1000001 | 101010001 | 1001001 | 10100 |
Color Harmonies of #5A0E2B
Complementary color
Monochromatic Colors of #5A0E2B
Black with #5A0E2B
Text Example
Text Example
White with #5A0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E2B; }
p { color: rgb(90,14,43); }
H1.HeaderClassName
{
color: #5A0E2B;
}
.AnyTagClassName
{
color: #5A0E2B;
}
</style>
background-color css
<style>
a { background-color: #5A0E2B; }
a { background-color: rgb(90,14,43); }
div.DivClassName
{
background-color: #5A0E2B;
}
.BgClassName
{
background-color: #5A0E2B;
}
</style>
border-color css
<style>
span { border-color: #5A0E2B; }
span { border-color: rgb(90,14,43); }
td.TdClassName
{
border-color: #5A0E2B;
}
.TagClassName
{
border-color: #5A0E2B;
}
</style>