Shades of Rouge #AF275D
Tints of Rouge #AF275D
RGB
CMYK
RGB Variations
Color information
#AF275D (or 0xAF275D) is known color: Rouge. HEX triplet: AF, 27 and 5D. RGB value is (175,39,93). Sum of RGB (Red+Green+Blue) = 175+39+93=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF275D is #50D8A2. Grayscale: #555555. Windows color (decimal): -5298339 or 6105007. OLE color: 6105007.
HSL color Cylindrical-coordinate representation of color #AF275D: hue angle of 336.18º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF275D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 93 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.31 |
| HSL | 336.18º | 0.64% | 0.42% | - |
| HSV(B) | 336.18º | 0.78% | 0.69% | - |
| XYZ | 20.38 | 11.36 | 11.47 | - |
| YUV | 85.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 93 | 0 | 0.78 | 0.47 | 0.31 | 336.18 | 0.64 | 0.42 |
| Hex | AF | 27 | 5D | 0 | 4E | 2F | 1F | 150 | 40 | 2A |
| Octal | 257 | 47 | 135 | 0 | 116 | 57 | 37 | 520 | 100 | 52 |
| Binary | 10101111 | 100111 | 1011101 | 0 | 1001110 | 101111 | 11111 | 101010000 | 1000000 | 101010 |
Color Harmonies of #AF275D
Complementary color
Monochromatic Colors of #AF275D
Black with #AF275D
Text Example
Text Example
White with #AF275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF275D; }
p { color: rgb(175,39,93); }
H1.HeaderClassName
{
color: #AF275D;
}
.AnyTagClassName
{
color: #AF275D;
}
</style>
background-color css
<style>
a { background-color: #AF275D; }
a { background-color: rgb(175,39,93); }
div.DivClassName
{
background-color: #AF275D;
}
.BgClassName
{
background-color: #AF275D;
}
</style>
border-color css
<style>
span { border-color: #AF275D; }
span { border-color: rgb(175,39,93); }
td.TdClassName
{
border-color: #AF275D;
}
.TagClassName
{
border-color: #AF275D;
}
</style>