Shades of Pohutukawa #5A0D20
Tints of Pohutukawa #5A0D20
RGB
CMYK
RGB Variations
Color information
#5A0D20 (or 0x5A0D20) is known color: Pohutukawa. HEX triplet: 5A, 0D and 20. RGB value is (90,13,32). Sum of RGB (Red+Green+Blue) = 90+13+32=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D20 is #A5F2DF. Grayscale: #262626. Windows color (decimal): -10875616 or 2100570. OLE color: 2100570.
HSL color Cylindrical-coordinate representation of color #5A0D20: hue angle of 345.19º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D20 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 32 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.65 |
| HSL | 345.19º | 0.75% | 0.2% | - |
| HSV(B) | 345.19º | 0.86% | 0.35% | - |
| XYZ | 4.62 | 2.57 | 1.62 | - |
| YUV | 38.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 32 | 0 | 0.86 | 0.64 | 0.65 | 345.19 | 0.75 | 0.2 |
| Hex | 5A | D | 20 | 0 | 56 | 40 | 41 | 159 | 4B | 14 |
| Octal | 132 | 15 | 40 | 0 | 126 | 100 | 101 | 531 | 113 | 24 |
| Binary | 1011010 | 1101 | 100000 | 0 | 1010110 | 1000000 | 1000001 | 101011001 | 1001011 | 10100 |
Color Harmonies of #5A0D20
Complementary color
Monochromatic Colors of #5A0D20
Black with #5A0D20
Text Example
Text Example
White with #5A0D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D20; }
p { color: rgb(90,13,32); }
H1.HeaderClassName
{
color: #5A0D20;
}
.AnyTagClassName
{
color: #5A0D20;
}
</style>
background-color css
<style>
a { background-color: #5A0D20; }
a { background-color: rgb(90,13,32); }
div.DivClassName
{
background-color: #5A0D20;
}
.BgClassName
{
background-color: #5A0D20;
}
</style>
border-color css
<style>
span { border-color: #5A0D20; }
span { border-color: rgb(90,13,32); }
td.TdClassName
{
border-color: #5A0D20;
}
.TagClassName
{
border-color: #5A0D20;
}
</style>