Shades of Pohutukawa #5A1122
Tints of Pohutukawa #5A1122
RGB
CMYK
RGB Variations
Color information
#5A1122 (or 0x5A1122) is known color: Pohutukawa. HEX triplet: 5A, 11 and 22. RGB value is (90,17,34). Sum of RGB (Red+Green+Blue) = 90+17+34=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1122 is #A5EEDD. Grayscale: #282828. Windows color (decimal): -10874590 or 2232666. OLE color: 2232666.
HSL color Cylindrical-coordinate representation of color #5A1122: hue angle of 346.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1122 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 34 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.65 |
| HSL | 346.03º | 0.68% | 0.21% | - |
| HSV(B) | 346.03º | 0.81% | 0.35% | - |
| XYZ | 4.71 | 2.69 | 1.78 | - |
| YUV | 40.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 34 | 0 | 0.81 | 0.62 | 0.65 | 346.03 | 0.68 | 0.21 |
| Hex | 5A | 11 | 22 | 0 | 51 | 3E | 41 | 15A | 44 | 15 |
| Octal | 132 | 21 | 42 | 0 | 121 | 76 | 101 | 532 | 104 | 25 |
| Binary | 1011010 | 10001 | 100010 | 0 | 1010001 | 111110 | 1000001 | 101011010 | 1000100 | 10101 |
Color Harmonies of #5A1122
Complementary color
Monochromatic Colors of #5A1122
Black with #5A1122
Text Example
Text Example
White with #5A1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1122; }
p { color: rgb(90,17,34); }
H1.HeaderClassName
{
color: #5A1122;
}
.AnyTagClassName
{
color: #5A1122;
}
</style>
background-color css
<style>
a { background-color: #5A1122; }
a { background-color: rgb(90,17,34); }
div.DivClassName
{
background-color: #5A1122;
}
.BgClassName
{
background-color: #5A1122;
}
</style>
border-color css
<style>
span { border-color: #5A1122; }
span { border-color: rgb(90,17,34); }
td.TdClassName
{
border-color: #5A1122;
}
.TagClassName
{
border-color: #5A1122;
}
</style>