Shades of Rouge #A33B5F
Tints of Rouge #A33B5F
RGB
CMYK
RGB Variations
Color information
#A33B5F (or 0xA33B5F) is known color: Rouge. HEX triplet: A3, 3B and 5F. RGB value is (163,59,95). Sum of RGB (Red+Green+Blue) = 163+59+95=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B5F is #5CC4A0. Grayscale: #5E5E5E. Windows color (decimal): -6079649 or 6241187. OLE color: 6241187.
HSL color Cylindrical-coordinate representation of color #A33B5F: hue angle of 339.23º 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 #A33B5F is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 95 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.36 |
| HSL | 339.23º | 0.47% | 0.44% | - |
| HSV(B) | 339.23º | 0.64% | 0.64% | - |
| XYZ | 18.73 | 11.74 | 12.11 | - |
| YUV | 94.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 95 | 0 | 0.64 | 0.42 | 0.36 | 339.23 | 0.47 | 0.44 |
| Hex | A3 | 3B | 5F | 0 | 40 | 2A | 24 | 153 | 2F | 2C |
| Octal | 243 | 73 | 137 | 0 | 100 | 52 | 44 | 523 | 57 | 54 |
| Binary | 10100011 | 111011 | 1011111 | 0 | 1000000 | 101010 | 100100 | 101010011 | 101111 | 101100 |
Color Harmonies of #A33B5F
Complementary color
Monochromatic Colors of #A33B5F
Black with #A33B5F
Text Example
Text Example
White with #A33B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B5F; }
p { color: rgb(163,59,95); }
H1.HeaderClassName
{
color: #A33B5F;
}
.AnyTagClassName
{
color: #A33B5F;
}
</style>
background-color css
<style>
a { background-color: #A33B5F; }
a { background-color: rgb(163,59,95); }
div.DivClassName
{
background-color: #A33B5F;
}
.BgClassName
{
background-color: #A33B5F;
}
</style>
border-color css
<style>
span { border-color: #A33B5F; }
span { border-color: rgb(163,59,95); }
td.TdClassName
{
border-color: #A33B5F;
}
.TagClassName
{
border-color: #A33B5F;
}
</style>