Shades of Rouge #A33B61
Tints of Rouge #A33B61
RGB
CMYK
RGB Variations
Color information
#A33B61 (or 0xA33B61) is known color: Rouge. HEX triplet: A3, 3B and 61. RGB value is (163,59,97). Sum of RGB (Red+Green+Blue) = 163+59+97=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B61 is #5CC49E. Grayscale: #5E5E5E. Windows color (decimal): -6079647 or 6372259. OLE color: 6372259.
HSL color Cylindrical-coordinate representation of color #A33B61: hue angle of 338.08º 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 #A33B61 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 97 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.36 |
| HSL | 338.08º | 0.47% | 0.44% | - |
| HSV(B) | 338.08º | 0.64% | 0.64% | - |
| XYZ | 18.83 | 11.78 | 12.59 | - |
| YUV | 94.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 97 | 0 | 0.64 | 0.40 | 0.36 | 338.08 | 0.47 | 0.44 |
| Hex | A3 | 3B | 61 | 0 | 40 | 28 | 24 | 152 | 2F | 2C |
| Octal | 243 | 73 | 141 | 0 | 100 | 50 | 44 | 522 | 57 | 54 |
| Binary | 10100011 | 111011 | 1100001 | 0 | 1000000 | 101000 | 100100 | 101010010 | 101111 | 101100 |
Color Harmonies of #A33B61
Complementary color
Monochromatic Colors of #A33B61
Black with #A33B61
Text Example
Text Example
White with #A33B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B61; }
p { color: rgb(163,59,97); }
H1.HeaderClassName
{
color: #A33B61;
}
.AnyTagClassName
{
color: #A33B61;
}
</style>
background-color css
<style>
a { background-color: #A33B61; }
a { background-color: rgb(163,59,97); }
div.DivClassName
{
background-color: #A33B61;
}
.BgClassName
{
background-color: #A33B61;
}
</style>
border-color css
<style>
span { border-color: #A33B61; }
span { border-color: rgb(163,59,97); }
td.TdClassName
{
border-color: #A33B61;
}
.TagClassName
{
border-color: #A33B61;
}
</style>