Shades of Pohutukawa #5A0716
Tints of Pohutukawa #5A0716
RGB
CMYK
RGB Variations
Color information
#5A0716 (or 0x5A0716) is known color: Pohutukawa. HEX triplet: 5A, 07 and 16. RGB value is (90,7,22). Sum of RGB (Red+Green+Blue) = 90+7+22=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0716 is #A5F8E9. Grayscale: #212121. Windows color (decimal): -10877162 or 1443674. OLE color: 1443674.
HSL color Cylindrical-coordinate representation of color #5A0716: hue angle of 349.16º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0716 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 22 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.65 |
| HSL | 349.16º | 0.86% | 0.19% | - |
| HSV(B) | 349.16º | 0.92% | 0.35% | - |
| XYZ | 4.44 | 2.38 | 0.99 | - |
| YUV | 33.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 22 | 0 | 0.92 | 0.76 | 0.65 | 349.16 | 0.86 | 0.19 |
| Hex | 5A | 7 | 16 | 0 | 5C | 4C | 41 | 15D | 56 | 13 |
| Octal | 132 | 7 | 26 | 0 | 134 | 114 | 101 | 535 | 126 | 23 |
| Binary | 1011010 | 111 | 10110 | 0 | 1011100 | 1001100 | 1000001 | 101011101 | 1010110 | 10011 |
Color Harmonies of #5A0716
Complementary color
Monochromatic Colors of #5A0716
Black with #5A0716
Text Example
Text Example
White with #5A0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0716; }
p { color: rgb(90,7,22); }
H1.HeaderClassName
{
color: #5A0716;
}
.AnyTagClassName
{
color: #5A0716;
}
</style>
background-color css
<style>
a { background-color: #5A0716; }
a { background-color: rgb(90,7,22); }
div.DivClassName
{
background-color: #5A0716;
}
.BgClassName
{
background-color: #5A0716;
}
</style>
border-color css
<style>
span { border-color: #5A0716; }
span { border-color: rgb(90,7,22); }
td.TdClassName
{
border-color: #5A0716;
}
.TagClassName
{
border-color: #5A0716;
}
</style>