Shades of Rouge #AF376D
Tints of Rouge #AF376D
RGB
CMYK
RGB Variations
Color information
#AF376D (or 0xAF376D) is known color: Rouge. HEX triplet: AF, 37 and 6D. RGB value is (175,55,109). Sum of RGB (Red+Green+Blue) = 175+55+109=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF376D is #50C892. Grayscale: #606060. Windows color (decimal): -5294227 or 7157679. OLE color: 7157679.
HSL color Cylindrical-coordinate representation of color #AF376D: hue angle of 333º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF376D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 109 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.31 |
| HSL | 333º | 0.52% | 0.45% | - |
| HSV(B) | 333º | 0.69% | 0.69% | - |
| XYZ | 21.81 | 12.95 | 15.82 | - |
| YUV | 97.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 109 | 0 | 0.69 | 0.38 | 0.31 | 333 | 0.52 | 0.45 |
| Hex | AF | 37 | 6D | 0 | 45 | 26 | 1F | 14D | 34 | 2D |
| Octal | 257 | 67 | 155 | 0 | 105 | 46 | 37 | 515 | 64 | 55 |
| Binary | 10101111 | 110111 | 1101101 | 0 | 1000101 | 100110 | 11111 | 101001101 | 110100 | 101101 |
Color Harmonies of #AF376D
Complementary color
Monochromatic Colors of #AF376D
Black with #AF376D
Text Example
Text Example
White with #AF376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF376D; }
p { color: rgb(175,55,109); }
H1.HeaderClassName
{
color: #AF376D;
}
.AnyTagClassName
{
color: #AF376D;
}
</style>
background-color css
<style>
a { background-color: #AF376D; }
a { background-color: rgb(175,55,109); }
div.DivClassName
{
background-color: #AF376D;
}
.BgClassName
{
background-color: #AF376D;
}
</style>
border-color css
<style>
span { border-color: #AF376D; }
span { border-color: rgb(175,55,109); }
td.TdClassName
{
border-color: #AF376D;
}
.TagClassName
{
border-color: #AF376D;
}
</style>