Shades of Rouge #AF2764
Tints of Rouge #AF2764
RGB
CMYK
RGB Variations
Color information
#AF2764 (or 0xAF2764) is known color: Rouge. HEX triplet: AF, 27 and 64. RGB value is (175,39,100). Sum of RGB (Red+Green+Blue) = 175+39+100=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2764 is #50D89B. Grayscale: #565656. Windows color (decimal): -5298332 or 6563759. OLE color: 6563759.
HSL color Cylindrical-coordinate representation of color #AF2764: hue angle of 333.09º 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 #AF2764 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 100 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.31 |
| HSL | 333.09º | 0.64% | 0.42% | - |
| HSV(B) | 333.09º | 0.78% | 0.69% | - |
| XYZ | 20.7 | 11.49 | 13.18 | - |
| YUV | 86.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 100 | 0 | 0.78 | 0.43 | 0.31 | 333.09 | 0.64 | 0.42 |
| Hex | AF | 27 | 64 | 0 | 4E | 2B | 1F | 14D | 40 | 2A |
| Octal | 257 | 47 | 144 | 0 | 116 | 53 | 37 | 515 | 100 | 52 |
| Binary | 10101111 | 100111 | 1100100 | 0 | 1001110 | 101011 | 11111 | 101001101 | 1000000 | 101010 |
Color Harmonies of #AF2764
Complementary color
Monochromatic Colors of #AF2764
Black with #AF2764
Text Example
Text Example
White with #AF2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2764; }
p { color: rgb(175,39,100); }
H1.HeaderClassName
{
color: #AF2764;
}
.AnyTagClassName
{
color: #AF2764;
}
</style>
background-color css
<style>
a { background-color: #AF2764; }
a { background-color: rgb(175,39,100); }
div.DivClassName
{
background-color: #AF2764;
}
.BgClassName
{
background-color: #AF2764;
}
</style>
border-color css
<style>
span { border-color: #AF2764; }
span { border-color: rgb(175,39,100); }
td.TdClassName
{
border-color: #AF2764;
}
.TagClassName
{
border-color: #AF2764;
}
</style>