Shades of Rouge #A33876
Tints of Rouge #A33876
RGB
CMYK
RGB Variations
Color information
#A33876 (or 0xA33876) is known color: Rouge. HEX triplet: A3, 38 and 76. RGB value is (163,56,118). Sum of RGB (Red+Green+Blue) = 163+56+118=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A33876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33876 is #5CC789. Grayscale: #5E5E5E. Windows color (decimal): -6080394 or 7747747. OLE color: 7747747.
HSL color Cylindrical-coordinate representation of color #A33876: hue angle of 325.23º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33876 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 118 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.36 |
| HSL | 325.23º | 0.49% | 0.43% | - |
| HSV(B) | 325.23º | 0.66% | 0.64% | - |
| XYZ | 19.79 | 11.92 | 18.4 | - |
| YUV | 95.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 118 | 0 | 0.66 | 0.28 | 0.36 | 325.23 | 0.49 | 0.43 |
| Hex | A3 | 38 | 76 | 0 | 42 | 1C | 24 | 145 | 31 | 2B |
| Octal | 243 | 70 | 166 | 0 | 102 | 34 | 44 | 505 | 61 | 53 |
| Binary | 10100011 | 111000 | 1110110 | 0 | 1000010 | 11100 | 100100 | 101000101 | 110001 | 101011 |
Color Harmonies of #A33876
Complementary color
Monochromatic Colors of #A33876
Black with #A33876
Text Example
Text Example
White with #A33876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33876; }
p { color: rgb(163,56,118); }
H1.HeaderClassName
{
color: #A33876;
}
.AnyTagClassName
{
color: #A33876;
}
</style>
background-color css
<style>
a { background-color: #A33876; }
a { background-color: rgb(163,56,118); }
div.DivClassName
{
background-color: #A33876;
}
.BgClassName
{
background-color: #A33876;
}
</style>
border-color css
<style>
span { border-color: #A33876; }
span { border-color: rgb(163,56,118); }
td.TdClassName
{
border-color: #A33876;
}
.TagClassName
{
border-color: #A33876;
}
</style>