Shades of Pohutukawa #5A1224
Tints of Pohutukawa #5A1224
RGB
CMYK
RGB Variations
Color information
#5A1224 (or 0x5A1224) is known color: Pohutukawa. HEX triplet: 5A, 12 and 24. RGB value is (90,18,36). Sum of RGB (Red+Green+Blue) = 90+18+36=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1224 is #A5EDDB. Grayscale: #292929. Windows color (decimal): -10874332 or 2363994. OLE color: 2363994.
HSL color Cylindrical-coordinate representation of color #5A1224: hue angle of 345º 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 #5A1224 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 36 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.65 |
| HSL | 345º | 0.67% | 0.21% | - |
| HSV(B) | 345º | 0.8% | 0.35% | - |
| XYZ | 4.75 | 2.73 | 1.95 | - |
| YUV | 41.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 36 | 0 | 0.80 | 0.60 | 0.65 | 345 | 0.67 | 0.21 |
| Hex | 5A | 12 | 24 | 0 | 50 | 3C | 41 | 159 | 43 | 15 |
| Octal | 132 | 22 | 44 | 0 | 120 | 74 | 101 | 531 | 103 | 25 |
| Binary | 1011010 | 10010 | 100100 | 0 | 1010000 | 111100 | 1000001 | 101011001 | 1000011 | 10101 |
Color Harmonies of #5A1224
Complementary color
Monochromatic Colors of #5A1224
Black with #5A1224
Text Example
Text Example
White with #5A1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1224; }
p { color: rgb(90,18,36); }
H1.HeaderClassName
{
color: #5A1224;
}
.AnyTagClassName
{
color: #5A1224;
}
</style>
background-color css
<style>
a { background-color: #5A1224; }
a { background-color: rgb(90,18,36); }
div.DivClassName
{
background-color: #5A1224;
}
.BgClassName
{
background-color: #5A1224;
}
</style>
border-color css
<style>
span { border-color: #5A1224; }
span { border-color: rgb(90,18,36); }
td.TdClassName
{
border-color: #5A1224;
}
.TagClassName
{
border-color: #5A1224;
}
</style>