Shades of Pohutukawa #5A1620
Tints of Pohutukawa #5A1620
RGB
CMYK
RGB Variations
Color information
#5A1620 (or 0x5A1620) is known color: Pohutukawa. HEX triplet: 5A, 16 and 20. RGB value is (90,22,32). Sum of RGB (Red+Green+Blue) = 90+22+32=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1620 is #A5E9DF. Grayscale: #2B2B2B. Windows color (decimal): -10873312 or 2102874. OLE color: 2102874.
HSL color Cylindrical-coordinate representation of color #5A1620: hue angle of 351.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1620 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 32 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.65 |
| HSL | 351.18º | 0.61% | 0.22% | - |
| HSV(B) | 351.18º | 0.76% | 0.35% | - |
| XYZ | 4.76 | 2.85 | 1.67 | - |
| YUV | 43.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 32 | 0 | 0.76 | 0.64 | 0.65 | 351.18 | 0.61 | 0.22 |
| Hex | 5A | 16 | 20 | 0 | 4C | 40 | 41 | 15F | 3D | 16 |
| Octal | 132 | 26 | 40 | 0 | 114 | 100 | 101 | 537 | 75 | 26 |
| Binary | 1011010 | 10110 | 100000 | 0 | 1001100 | 1000000 | 1000001 | 101011111 | 111101 | 10110 |
Color Harmonies of #5A1620
Complementary color
Monochromatic Colors of #5A1620
Black with #5A1620
Text Example
Text Example
White with #5A1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1620; }
p { color: rgb(90,22,32); }
H1.HeaderClassName
{
color: #5A1620;
}
.AnyTagClassName
{
color: #5A1620;
}
</style>
background-color css
<style>
a { background-color: #5A1620; }
a { background-color: rgb(90,22,32); }
div.DivClassName
{
background-color: #5A1620;
}
.BgClassName
{
background-color: #5A1620;
}
</style>
border-color css
<style>
span { border-color: #5A1620; }
span { border-color: rgb(90,22,32); }
td.TdClassName
{
border-color: #5A1620;
}
.TagClassName
{
border-color: #5A1620;
}
</style>