Shades of Rouge #AF395D
Tints of Rouge #AF395D
RGB
CMYK
RGB Variations
Color information
#AF395D (or 0xAF395D) is known color: Rouge. HEX triplet: AF, 39 and 5D. RGB value is (175,57,93). Sum of RGB (Red+Green+Blue) = 175+57+93=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF395D is #50C6A2. Grayscale: #606060. Windows color (decimal): -5293731 or 6109615. OLE color: 6109615.
HSL color Cylindrical-coordinate representation of color #AF395D: hue angle of 341.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF395D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 93 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.31 |
| HSL | 341.69º | 0.51% | 0.45% | - |
| HSV(B) | 341.69º | 0.67% | 0.69% | - |
| XYZ | 21.12 | 12.83 | 11.72 | - |
| YUV | 96.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 93 | 0 | 0.67 | 0.47 | 0.31 | 341.69 | 0.51 | 0.45 |
| Hex | AF | 39 | 5D | 0 | 43 | 2F | 1F | 156 | 33 | 2D |
| Octal | 257 | 71 | 135 | 0 | 103 | 57 | 37 | 526 | 63 | 55 |
| Binary | 10101111 | 111001 | 1011101 | 0 | 1000011 | 101111 | 11111 | 101010110 | 110011 | 101101 |
Color Harmonies of #AF395D
Complementary color
Monochromatic Colors of #AF395D
Black with #AF395D
Text Example
Text Example
White with #AF395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF395D; }
p { color: rgb(175,57,93); }
H1.HeaderClassName
{
color: #AF395D;
}
.AnyTagClassName
{
color: #AF395D;
}
</style>
background-color css
<style>
a { background-color: #AF395D; }
a { background-color: rgb(175,57,93); }
div.DivClassName
{
background-color: #AF395D;
}
.BgClassName
{
background-color: #AF395D;
}
</style>
border-color css
<style>
span { border-color: #AF395D; }
span { border-color: rgb(175,57,93); }
td.TdClassName
{
border-color: #AF395D;
}
.TagClassName
{
border-color: #AF395D;
}
</style>