Shades of Rouge #AF3F5D
Tints of Rouge #AF3F5D
RGB
CMYK
RGB Variations
Color information
#AF3F5D (or 0xAF3F5D) is known color: Rouge. HEX triplet: AF, 3F and 5D. RGB value is (175,63,93). Sum of RGB (Red+Green+Blue) = 175+63+93=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F5D is #50C0A2. Grayscale: #636363. Windows color (decimal): -5292195 or 6111151. OLE color: 6111151.
HSL color Cylindrical-coordinate representation of color #AF3F5D: hue angle of 343.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F5D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 93 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.31 |
| HSL | 343.93º | 0.47% | 0.47% | - |
| HSV(B) | 343.93º | 0.64% | 0.69% | - |
| XYZ | 21.43 | 13.46 | 11.82 | - |
| YUV | 99.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 93 | 0 | 0.64 | 0.47 | 0.31 | 343.93 | 0.47 | 0.47 |
| Hex | AF | 3F | 5D | 0 | 40 | 2F | 1F | 158 | 2F | 2F |
| Octal | 257 | 77 | 135 | 0 | 100 | 57 | 37 | 530 | 57 | 57 |
| Binary | 10101111 | 111111 | 1011101 | 0 | 1000000 | 101111 | 11111 | 101011000 | 101111 | 101111 |
Color Harmonies of #AF3F5D
Complementary color
Monochromatic Colors of #AF3F5D
Black with #AF3F5D
Text Example
Text Example
White with #AF3F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F5D; }
p { color: rgb(175,63,93); }
H1.HeaderClassName
{
color: #AF3F5D;
}
.AnyTagClassName
{
color: #AF3F5D;
}
</style>
background-color css
<style>
a { background-color: #AF3F5D; }
a { background-color: rgb(175,63,93); }
div.DivClassName
{
background-color: #AF3F5D;
}
.BgClassName
{
background-color: #AF3F5D;
}
</style>
border-color css
<style>
span { border-color: #AF3F5D; }
span { border-color: rgb(175,63,93); }
td.TdClassName
{
border-color: #AF3F5D;
}
.TagClassName
{
border-color: #AF3F5D;
}
</style>