Shades of Pohutukawa #5A1520
Tints of Pohutukawa #5A1520
RGB
CMYK
RGB Variations
Color information
#5A1520 (or 0x5A1520) is known color: Pohutukawa. HEX triplet: 5A, 15 and 20. RGB value is (90,21,32). Sum of RGB (Red+Green+Blue) = 90+21+32=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1520 is #A5EADF. Grayscale: #2A2A2A. Windows color (decimal): -10873568 or 2102618. OLE color: 2102618.
HSL color Cylindrical-coordinate representation of color #5A1520: hue angle of 350.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1520 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 32 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.65 |
| HSL | 350.43º | 0.62% | 0.22% | - |
| HSV(B) | 350.43º | 0.77% | 0.35% | - |
| XYZ | 4.75 | 2.81 | 1.66 | - |
| YUV | 42.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 32 | 0 | 0.77 | 0.64 | 0.65 | 350.43 | 0.62 | 0.22 |
| Hex | 5A | 15 | 20 | 0 | 4D | 40 | 41 | 15E | 3E | 16 |
| Octal | 132 | 25 | 40 | 0 | 115 | 100 | 101 | 536 | 76 | 26 |
| Binary | 1011010 | 10101 | 100000 | 0 | 1001101 | 1000000 | 1000001 | 101011110 | 111110 | 10110 |
Color Harmonies of #5A1520
Complementary color
Monochromatic Colors of #5A1520
Black with #5A1520
Text Example
Text Example
White with #5A1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1520; }
p { color: rgb(90,21,32); }
H1.HeaderClassName
{
color: #5A1520;
}
.AnyTagClassName
{
color: #5A1520;
}
</style>
background-color css
<style>
a { background-color: #5A1520; }
a { background-color: rgb(90,21,32); }
div.DivClassName
{
background-color: #5A1520;
}
.BgClassName
{
background-color: #5A1520;
}
</style>
border-color css
<style>
span { border-color: #5A1520; }
span { border-color: rgb(90,21,32); }
td.TdClassName
{
border-color: #5A1520;
}
.TagClassName
{
border-color: #5A1520;
}
</style>