Shades of Rouge #A13263
Tints of Rouge #A13263
RGB
CMYK
RGB Variations
Color information
#A13263 (or 0xA13263) is known color: Rouge. HEX triplet: A1, 32 and 63. RGB value is (161,50,99). Sum of RGB (Red+Green+Blue) = 161+50+99=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A13263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13263 is #5ECD9C. Grayscale: #585858. Windows color (decimal): -6213021 or 6501025. OLE color: 6501025.
HSL color Cylindrical-coordinate representation of color #A13263: hue angle of 333.51º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13263 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 99 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.37 |
| HSL | 333.51º | 0.53% | 0.41% | - |
| HSV(B) | 333.51º | 0.69% | 0.63% | - |
| XYZ | 18.09 | 10.76 | 12.93 | - |
| YUV | 88.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 99 | 0 | 0.69 | 0.39 | 0.37 | 333.51 | 0.53 | 0.41 |
| Hex | A1 | 32 | 63 | 0 | 45 | 27 | 25 | 14E | 35 | 29 |
| Octal | 241 | 62 | 143 | 0 | 105 | 47 | 45 | 516 | 65 | 51 |
| Binary | 10100001 | 110010 | 1100011 | 0 | 1000101 | 100111 | 100101 | 101001110 | 110101 | 101001 |
Color Harmonies of #A13263
Complementary color
Monochromatic Colors of #A13263
Black with #A13263
Text Example
Text Example
White with #A13263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13263; }
p { color: rgb(161,50,99); }
H1.HeaderClassName
{
color: #A13263;
}
.AnyTagClassName
{
color: #A13263;
}
</style>
background-color css
<style>
a { background-color: #A13263; }
a { background-color: rgb(161,50,99); }
div.DivClassName
{
background-color: #A13263;
}
.BgClassName
{
background-color: #A13263;
}
</style>
border-color css
<style>
span { border-color: #A13263; }
span { border-color: rgb(161,50,99); }
td.TdClassName
{
border-color: #A13263;
}
.TagClassName
{
border-color: #A13263;
}
</style>