Shades of Rouge #A33D5E
Tints of Rouge #A33D5E
RGB
CMYK
RGB Variations
Color information
#A33D5E (or 0xA33D5E) is known color: Rouge. HEX triplet: A3, 3D and 5E. RGB value is (163,61,94). Sum of RGB (Red+Green+Blue) = 163+61+94=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D5E is #5CC2A1. Grayscale: #5F5F5F. Windows color (decimal): -6079138 or 6176163. OLE color: 6176163.
HSL color Cylindrical-coordinate representation of color #A33D5E: hue angle of 340.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D5E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 94 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.36 |
| HSL | 340.59º | 0.46% | 0.44% | - |
| HSV(B) | 340.59º | 0.63% | 0.64% | - |
| XYZ | 18.79 | 11.93 | 11.9 | - |
| YUV | 95.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 94 | 0 | 0.63 | 0.42 | 0.36 | 340.59 | 0.46 | 0.44 |
| Hex | A3 | 3D | 5E | 0 | 3F | 2A | 24 | 155 | 2E | 2C |
| Octal | 243 | 75 | 136 | 0 | 77 | 52 | 44 | 525 | 56 | 54 |
| Binary | 10100011 | 111101 | 1011110 | 0 | 111111 | 101010 | 100100 | 101010101 | 101110 | 101100 |
Color Harmonies of #A33D5E
Complementary color
Monochromatic Colors of #A33D5E
Black with #A33D5E
Text Example
Text Example
White with #A33D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D5E; }
p { color: rgb(163,61,94); }
H1.HeaderClassName
{
color: #A33D5E;
}
.AnyTagClassName
{
color: #A33D5E;
}
</style>
background-color css
<style>
a { background-color: #A33D5E; }
a { background-color: rgb(163,61,94); }
div.DivClassName
{
background-color: #A33D5E;
}
.BgClassName
{
background-color: #A33D5E;
}
</style>
border-color css
<style>
span { border-color: #A33D5E; }
span { border-color: rgb(163,61,94); }
td.TdClassName
{
border-color: #A33D5E;
}
.TagClassName
{
border-color: #A33D5E;
}
</style>