Shades of Rouge #AF376E
Tints of Rouge #AF376E
RGB
CMYK
RGB Variations
Color information
#AF376E (or 0xAF376E) is known color: Rouge. HEX triplet: AF, 37 and 6E. RGB value is (175,55,110). Sum of RGB (Red+Green+Blue) = 175+55+110=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF376E is #50C891. Grayscale: #616161. Windows color (decimal): -5294226 or 7223215. OLE color: 7223215.
HSL color Cylindrical-coordinate representation of color #AF376E: hue angle of 332.5º 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 #AF376E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 110 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.31 |
| HSL | 332.5º | 0.52% | 0.45% | - |
| HSV(B) | 332.5º | 0.69% | 0.69% | - |
| XYZ | 21.86 | 12.97 | 16.1 | - |
| YUV | 97.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 110 | 0 | 0.69 | 0.37 | 0.31 | 332.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 6E | 0 | 45 | 25 | 1F | 14C | 34 | 2D |
| Octal | 257 | 67 | 156 | 0 | 105 | 45 | 37 | 514 | 64 | 55 |
| Binary | 10101111 | 110111 | 1101110 | 0 | 1000101 | 100101 | 11111 | 101001100 | 110100 | 101101 |
Color Harmonies of #AF376E
Complementary color
Monochromatic Colors of #AF376E
Black with #AF376E
Text Example
Text Example
White with #AF376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF376E; }
p { color: rgb(175,55,110); }
H1.HeaderClassName
{
color: #AF376E;
}
.AnyTagClassName
{
color: #AF376E;
}
</style>
background-color css
<style>
a { background-color: #AF376E; }
a { background-color: rgb(175,55,110); }
div.DivClassName
{
background-color: #AF376E;
}
.BgClassName
{
background-color: #AF376E;
}
</style>
border-color css
<style>
span { border-color: #AF376E; }
span { border-color: rgb(175,55,110); }
td.TdClassName
{
border-color: #AF376E;
}
.TagClassName
{
border-color: #AF376E;
}
</style>