Shades of Pohutukawa #5A122C
Tints of Pohutukawa #5A122C
RGB
CMYK
RGB Variations
Color information
#5A122C (or 0x5A122C) is known color: Pohutukawa. HEX triplet: 5A, 12 and 2C. RGB value is (90,18,44). Sum of RGB (Red+Green+Blue) = 90+18+44=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A122C is #A5EDD3. Grayscale: #2A2A2A. Windows color (decimal): -10874324 or 2888282. OLE color: 2888282.
HSL color Cylindrical-coordinate representation of color #5A122C: hue angle of 338.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A122C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 44 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.65 |
| HSL | 338.33º | 0.67% | 0.21% | - |
| HSV(B) | 338.33º | 0.8% | 0.35% | - |
| XYZ | 4.89 | 2.79 | 2.66 | - |
| YUV | 42.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 44 | 0 | 0.80 | 0.51 | 0.65 | 338.33 | 0.67 | 0.21 |
| Hex | 5A | 12 | 2C | 0 | 50 | 33 | 41 | 152 | 43 | 15 |
| Octal | 132 | 22 | 54 | 0 | 120 | 63 | 101 | 522 | 103 | 25 |
| Binary | 1011010 | 10010 | 101100 | 0 | 1010000 | 110011 | 1000001 | 101010010 | 1000011 | 10101 |
Color Harmonies of #5A122C
Complementary color
Monochromatic Colors of #5A122C
Black with #5A122C
Text Example
Text Example
White with #5A122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A122C; }
p { color: rgb(90,18,44); }
H1.HeaderClassName
{
color: #5A122C;
}
.AnyTagClassName
{
color: #5A122C;
}
</style>
background-color css
<style>
a { background-color: #5A122C; }
a { background-color: rgb(90,18,44); }
div.DivClassName
{
background-color: #5A122C;
}
.BgClassName
{
background-color: #5A122C;
}
</style>
border-color css
<style>
span { border-color: #5A122C; }
span { border-color: rgb(90,18,44); }
td.TdClassName
{
border-color: #5A122C;
}
.TagClassName
{
border-color: #5A122C;
}
</style>