Shades of Rouge #A53263
Tints of Rouge #A53263
RGB
CMYK
RGB Variations
Color information
#A53263 (or 0xA53263) is known color: Rouge. HEX triplet: A5, 32 and 63. RGB value is (165,50,99). Sum of RGB (Red+Green+Blue) = 165+50+99=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A53263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53263 is #5ACD9C. Grayscale: #595959. Windows color (decimal): -5950877 or 6501029. OLE color: 6501029.
HSL color Cylindrical-coordinate representation of color #A53263: hue angle of 334.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53263 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 99 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.35 |
| HSL | 334.43º | 0.53% | 0.42% | - |
| HSV(B) | 334.43º | 0.7% | 0.65% | - |
| XYZ | 18.91 | 11.18 | 12.97 | - |
| YUV | 89.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 99 | 0 | 0.70 | 0.40 | 0.35 | 334.43 | 0.53 | 0.42 |
| Hex | A5 | 32 | 63 | 0 | 46 | 28 | 23 | 14E | 35 | 2A |
| Octal | 245 | 62 | 143 | 0 | 106 | 50 | 43 | 516 | 65 | 52 |
| Binary | 10100101 | 110010 | 1100011 | 0 | 1000110 | 101000 | 100011 | 101001110 | 110101 | 101010 |
Color Harmonies of #A53263
Complementary color
Monochromatic Colors of #A53263
Black with #A53263
Text Example
Text Example
White with #A53263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53263; }
p { color: rgb(165,50,99); }
H1.HeaderClassName
{
color: #A53263;
}
.AnyTagClassName
{
color: #A53263;
}
</style>
background-color css
<style>
a { background-color: #A53263; }
a { background-color: rgb(165,50,99); }
div.DivClassName
{
background-color: #A53263;
}
.BgClassName
{
background-color: #A53263;
}
</style>
border-color css
<style>
span { border-color: #A53263; }
span { border-color: rgb(165,50,99); }
td.TdClassName
{
border-color: #A53263;
}
.TagClassName
{
border-color: #A53263;
}
</style>