Shades of Rouge #A33B76
Tints of Rouge #A33B76
RGB
CMYK
RGB Variations
Color information
#A33B76 (or 0xA33B76) is known color: Rouge. HEX triplet: A3, 3B and 76. RGB value is (163,59,118). Sum of RGB (Red+Green+Blue) = 163+59+118=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B76 is #5CC489. Grayscale: #606060. Windows color (decimal): -6079626 or 7748515. OLE color: 7748515.
HSL color Cylindrical-coordinate representation of color #A33B76: hue angle of 325.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B76 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 118 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.36 |
| HSL | 325.96º | 0.47% | 0.44% | - |
| HSV(B) | 325.96º | 0.64% | 0.64% | - |
| XYZ | 19.94 | 12.22 | 18.45 | - |
| YUV | 96.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 118 | 0 | 0.64 | 0.28 | 0.36 | 325.96 | 0.47 | 0.44 |
| Hex | A3 | 3B | 76 | 0 | 40 | 1C | 24 | 146 | 2F | 2C |
| Octal | 243 | 73 | 166 | 0 | 100 | 34 | 44 | 506 | 57 | 54 |
| Binary | 10100011 | 111011 | 1110110 | 0 | 1000000 | 11100 | 100100 | 101000110 | 101111 | 101100 |
Color Harmonies of #A33B76
Complementary color
Monochromatic Colors of #A33B76
Black with #A33B76
Text Example
Text Example
White with #A33B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B76; }
p { color: rgb(163,59,118); }
H1.HeaderClassName
{
color: #A33B76;
}
.AnyTagClassName
{
color: #A33B76;
}
</style>
background-color css
<style>
a { background-color: #A33B76; }
a { background-color: rgb(163,59,118); }
div.DivClassName
{
background-color: #A33B76;
}
.BgClassName
{
background-color: #A33B76;
}
</style>
border-color css
<style>
span { border-color: #A33B76; }
span { border-color: rgb(163,59,118); }
td.TdClassName
{
border-color: #A33B76;
}
.TagClassName
{
border-color: #A33B76;
}
</style>