Shades of Pohutukawa #5A0C20
Tints of Pohutukawa #5A0C20
RGB
CMYK
RGB Variations
Color information
#5A0C20 (or 0x5A0C20) is known color: Pohutukawa. HEX triplet: 5A, 0C and 20. RGB value is (90,12,32). Sum of RGB (Red+Green+Blue) = 90+12+32=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C20 is #A5F3DF. Grayscale: #252525. Windows color (decimal): -10875872 or 2100314. OLE color: 2100314.
HSL color Cylindrical-coordinate representation of color #5A0C20: hue angle of 344.62º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C20 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 12 | 32 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.65 |
| HSL | 344.62º | 0.76% | 0.2% | - |
| HSV(B) | 344.62º | 0.87% | 0.35% | - |
| XYZ | 4.61 | 2.54 | 1.61 | - |
| YUV | 37.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 32 | 0 | 0.87 | 0.64 | 0.65 | 344.62 | 0.76 | 0.2 |
| Hex | 5A | C | 20 | 0 | 57 | 40 | 41 | 159 | 4C | 14 |
| Octal | 132 | 14 | 40 | 0 | 127 | 100 | 101 | 531 | 114 | 24 |
| Binary | 1011010 | 1100 | 100000 | 0 | 1010111 | 1000000 | 1000001 | 101011001 | 1001100 | 10100 |
Color Harmonies of #5A0C20
Complementary color
Monochromatic Colors of #5A0C20
Black with #5A0C20
Text Example
Text Example
White with #5A0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0C20; }
p { color: rgb(90,12,32); }
H1.HeaderClassName
{
color: #5A0C20;
}
.AnyTagClassName
{
color: #5A0C20;
}
</style>
background-color css
<style>
a { background-color: #5A0C20; }
a { background-color: rgb(90,12,32); }
div.DivClassName
{
background-color: #5A0C20;
}
.BgClassName
{
background-color: #5A0C20;
}
</style>
border-color css
<style>
span { border-color: #5A0C20; }
span { border-color: rgb(90,12,32); }
td.TdClassName
{
border-color: #5A0C20;
}
.TagClassName
{
border-color: #5A0C20;
}
</style>