Shades of Pohutukawa #5A0A1D
Tints of Pohutukawa #5A0A1D
RGB
CMYK
RGB Variations
Color information
#5A0A1D (or 0x5A0A1D) is known color: Pohutukawa. HEX triplet: 5A, 0A and 1D. RGB value is (90,10,29). Sum of RGB (Red+Green+Blue) = 90+10+29=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A1D is #A5F5E2. Grayscale: #242424. Windows color (decimal): -10876387 or 1903194. OLE color: 1903194.
HSL color Cylindrical-coordinate representation of color #5A0A1D: hue angle of 345.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A1D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 10 | 29 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.65 |
| HSL | 345.75º | 0.8% | 0.2% | - |
| HSV(B) | 345.75º | 0.89% | 0.35% | - |
| XYZ | 4.55 | 2.48 | 1.4 | - |
| YUV | 36.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 29 | 0 | 0.89 | 0.68 | 0.65 | 345.75 | 0.8 | 0.2 |
| Hex | 5A | A | 1D | 0 | 59 | 44 | 41 | 15A | 50 | 14 |
| Octal | 132 | 12 | 35 | 0 | 131 | 104 | 101 | 532 | 120 | 24 |
| Binary | 1011010 | 1010 | 11101 | 0 | 1011001 | 1000100 | 1000001 | 101011010 | 1010000 | 10100 |
Color Harmonies of #5A0A1D
Complementary color
Monochromatic Colors of #5A0A1D
Black with #5A0A1D
Text Example
Text Example
White with #5A0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A1D; }
p { color: rgb(90,10,29); }
H1.HeaderClassName
{
color: #5A0A1D;
}
.AnyTagClassName
{
color: #5A0A1D;
}
</style>
background-color css
<style>
a { background-color: #5A0A1D; }
a { background-color: rgb(90,10,29); }
div.DivClassName
{
background-color: #5A0A1D;
}
.BgClassName
{
background-color: #5A0A1D;
}
</style>
border-color css
<style>
span { border-color: #5A0A1D; }
span { border-color: rgb(90,10,29); }
td.TdClassName
{
border-color: #5A0A1D;
}
.TagClassName
{
border-color: #5A0A1D;
}
</style>