Shades of Rouge #A33871
Tints of Rouge #A33871
RGB
CMYK
RGB Variations
Color information
#A33871 (or 0xA33871) is known color: Rouge. HEX triplet: A3, 38 and 71. RGB value is (163,56,113). Sum of RGB (Red+Green+Blue) = 163+56+113=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33871 is #5CC78E. Grayscale: #5E5E5E. Windows color (decimal): -6080399 or 7420067. OLE color: 7420067.
HSL color Cylindrical-coordinate representation of color #A33871: hue angle of 328.04º 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 #A33871 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 113 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.36 |
| HSL | 328.04º | 0.49% | 0.43% | - |
| HSV(B) | 328.04º | 0.66% | 0.64% | - |
| XYZ | 19.5 | 11.81 | 16.87 | - |
| YUV | 94.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 113 | 0 | 0.66 | 0.31 | 0.36 | 328.04 | 0.49 | 0.43 |
| Hex | A3 | 38 | 71 | 0 | 42 | 1F | 24 | 148 | 31 | 2B |
| Octal | 243 | 70 | 161 | 0 | 102 | 37 | 44 | 510 | 61 | 53 |
| Binary | 10100011 | 111000 | 1110001 | 0 | 1000010 | 11111 | 100100 | 101001000 | 110001 | 101011 |
Color Harmonies of #A33871
Complementary color
Monochromatic Colors of #A33871
Black with #A33871
Text Example
Text Example
White with #A33871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33871; }
p { color: rgb(163,56,113); }
H1.HeaderClassName
{
color: #A33871;
}
.AnyTagClassName
{
color: #A33871;
}
</style>
background-color css
<style>
a { background-color: #A33871; }
a { background-color: rgb(163,56,113); }
div.DivClassName
{
background-color: #A33871;
}
.BgClassName
{
background-color: #A33871;
}
</style>
border-color css
<style>
span { border-color: #A33871; }
span { border-color: rgb(163,56,113); }
td.TdClassName
{
border-color: #A33871;
}
.TagClassName
{
border-color: #A33871;
}
</style>