Shades of Rouge #AF3259
Tints of Rouge #AF3259
RGB
CMYK
RGB Variations
Color information
#AF3259 (or 0xAF3259) is known color: Rouge. HEX triplet: AF, 32 and 59. RGB value is (175,50,89). Sum of RGB (Red+Green+Blue) = 175+50+89=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3259 is #50CDA6. Grayscale: #5B5B5B. Windows color (decimal): -5295527 or 5845679. OLE color: 5845679.
HSL color Cylindrical-coordinate representation of color #AF3259: hue angle of 341.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3259 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 89 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.31 |
| HSL | 341.28º | 0.56% | 0.44% | - |
| HSV(B) | 341.28º | 0.71% | 0.69% | - |
| XYZ | 20.62 | 12.12 | 10.7 | - |
| YUV | 91.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 89 | 0 | 0.71 | 0.49 | 0.31 | 341.28 | 0.56 | 0.44 |
| Hex | AF | 32 | 59 | 0 | 47 | 31 | 1F | 155 | 38 | 2C |
| Octal | 257 | 62 | 131 | 0 | 107 | 61 | 37 | 525 | 70 | 54 |
| Binary | 10101111 | 110010 | 1011001 | 0 | 1000111 | 110001 | 11111 | 101010101 | 111000 | 101100 |
Color Harmonies of #AF3259
Complementary color
Monochromatic Colors of #AF3259
Black with #AF3259
Text Example
Text Example
White with #AF3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3259; }
p { color: rgb(175,50,89); }
H1.HeaderClassName
{
color: #AF3259;
}
.AnyTagClassName
{
color: #AF3259;
}
</style>
background-color css
<style>
a { background-color: #AF3259; }
a { background-color: rgb(175,50,89); }
div.DivClassName
{
background-color: #AF3259;
}
.BgClassName
{
background-color: #AF3259;
}
</style>
border-color css
<style>
span { border-color: #AF3259; }
span { border-color: rgb(175,50,89); }
td.TdClassName
{
border-color: #AF3259;
}
.TagClassName
{
border-color: #AF3259;
}
</style>