Shades of Pohutukawa #5A0910
Tints of Pohutukawa #5A0910
RGB
CMYK
RGB Variations
Color information
#5A0910 (or 0x5A0910) is known color: Pohutukawa. HEX triplet: 5A, 09 and 10. RGB value is (90,9,16). Sum of RGB (Red+Green+Blue) = 90+9+16=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0910 is #A5F6EF. Grayscale: #222222. Windows color (decimal): -10876656 or 1050970. OLE color: 1050970.
HSL color Cylindrical-coordinate representation of color #5A0910: hue angle of 354.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0910 is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 16 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.65 |
| HSL | 354.81º | 0.82% | 0.19% | - |
| HSV(B) | 354.81º | 0.9% | 0.35% | - |
| XYZ | 4.41 | 2.41 | 0.72 | - |
| YUV | 34.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 16 | 0 | 0.9 | 0.82 | 0.65 | 354.81 | 0.82 | 0.19 |
| Hex | 5A | 9 | 10 | 0 | 5A | 52 | 41 | 163 | 52 | 13 |
| Octal | 132 | 11 | 20 | 0 | 132 | 122 | 101 | 543 | 122 | 23 |
| Binary | 1011010 | 1001 | 10000 | 0 | 1011010 | 1010010 | 1000001 | 101100011 | 1010010 | 10011 |
Color Harmonies of #5A0910
Complementary color
Monochromatic Colors of #5A0910
Black with #5A0910
Text Example
Text Example
White with #5A0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0910; }
p { color: rgb(90,9,16); }
H1.HeaderClassName
{
color: #5A0910;
}
.AnyTagClassName
{
color: #5A0910;
}
</style>
background-color css
<style>
a { background-color: #5A0910; }
a { background-color: rgb(90,9,16); }
div.DivClassName
{
background-color: #5A0910;
}
.BgClassName
{
background-color: #5A0910;
}
</style>
border-color css
<style>
span { border-color: #5A0910; }
span { border-color: rgb(90,9,16); }
td.TdClassName
{
border-color: #5A0910;
}
.TagClassName
{
border-color: #5A0910;
}
</style>