Shades of Rouge #A33373
Tints of Rouge #A33373
RGB
CMYK
RGB Variations
Color information
#A33373 (or 0xA33373) is known color: Rouge. HEX triplet: A3, 33 and 73. RGB value is (163,51,115). Sum of RGB (Red+Green+Blue) = 163+51+115=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A33373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33373 is #5CCC8C. Grayscale: #5B5B5B. Windows color (decimal): -6081677 or 7549859. OLE color: 7549859.
HSL color Cylindrical-coordinate representation of color #A33373: hue angle of 325.71º 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 #A33373 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 115 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.36 |
| HSL | 325.71º | 0.52% | 0.42% | - |
| HSV(B) | 325.71º | 0.69% | 0.64% | - |
| XYZ | 19.38 | 11.39 | 17.4 | - |
| YUV | 91.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 115 | 0 | 0.69 | 0.29 | 0.36 | 325.71 | 0.52 | 0.42 |
| Hex | A3 | 33 | 73 | 0 | 45 | 1D | 24 | 146 | 34 | 2A |
| Octal | 243 | 63 | 163 | 0 | 105 | 35 | 44 | 506 | 64 | 52 |
| Binary | 10100011 | 110011 | 1110011 | 0 | 1000101 | 11101 | 100100 | 101000110 | 110100 | 101010 |
Color Harmonies of #A33373
Complementary color
Monochromatic Colors of #A33373
Black with #A33373
Text Example
Text Example
White with #A33373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33373; }
p { color: rgb(163,51,115); }
H1.HeaderClassName
{
color: #A33373;
}
.AnyTagClassName
{
color: #A33373;
}
</style>
background-color css
<style>
a { background-color: #A33373; }
a { background-color: rgb(163,51,115); }
div.DivClassName
{
background-color: #A33373;
}
.BgClassName
{
background-color: #A33373;
}
</style>
border-color css
<style>
span { border-color: #A33373; }
span { border-color: rgb(163,51,115); }
td.TdClassName
{
border-color: #A33373;
}
.TagClassName
{
border-color: #A33373;
}
</style>