Shades of Rouge #A33363
Tints of Rouge #A33363
RGB
CMYK
RGB Variations
Color information
#A33363 (or 0xA33363) is known color: Rouge. HEX triplet: A3, 33 and 63. RGB value is (163,51,99). Sum of RGB (Red+Green+Blue) = 163+51+99=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A33363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33363 is #5CCC9C. Grayscale: #595959. Windows color (decimal): -6081693 or 6501283. OLE color: 6501283.
HSL color Cylindrical-coordinate representation of color #A33363: hue angle of 334.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33363 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 99 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.36 |
| HSL | 334.29º | 0.52% | 0.42% | - |
| HSV(B) | 334.29º | 0.69% | 0.64% | - |
| XYZ | 18.54 | 11.06 | 12.96 | - |
| YUV | 89.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 99 | 0 | 0.69 | 0.39 | 0.36 | 334.29 | 0.52 | 0.42 |
| Hex | A3 | 33 | 63 | 0 | 45 | 27 | 24 | 14E | 34 | 2A |
| Octal | 243 | 63 | 143 | 0 | 105 | 47 | 44 | 516 | 64 | 52 |
| Binary | 10100011 | 110011 | 1100011 | 0 | 1000101 | 100111 | 100100 | 101001110 | 110100 | 101010 |
Color Harmonies of #A33363
Complementary color
Monochromatic Colors of #A33363
Black with #A33363
Text Example
Text Example
White with #A33363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33363; }
p { color: rgb(163,51,99); }
H1.HeaderClassName
{
color: #A33363;
}
.AnyTagClassName
{
color: #A33363;
}
</style>
background-color css
<style>
a { background-color: #A33363; }
a { background-color: rgb(163,51,99); }
div.DivClassName
{
background-color: #A33363;
}
.BgClassName
{
background-color: #A33363;
}
</style>
border-color css
<style>
span { border-color: #A33363; }
span { border-color: rgb(163,51,99); }
td.TdClassName
{
border-color: #A33363;
}
.TagClassName
{
border-color: #A33363;
}
</style>