Shades of Rouge #A83F5F
Tints of Rouge #A83F5F
RGB
CMYK
RGB Variations
Color information
#A83F5F (or 0xA83F5F) is known color: Rouge. HEX triplet: A8, 3F and 5F. RGB value is (168,63,95). Sum of RGB (Red+Green+Blue) = 168+63+95=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F5F is #57C0A0. Grayscale: #626262. Windows color (decimal): -5750945 or 6242216. OLE color: 6242216.
HSL color Cylindrical-coordinate representation of color #A83F5F: hue angle of 341.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F5F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 95 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.34 |
| HSL | 341.71º | 0.45% | 0.45% | - |
| HSV(B) | 341.71º | 0.63% | 0.66% | - |
| XYZ | 19.99 | 12.71 | 12.23 | - |
| YUV | 98.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 95 | 0 | 0.63 | 0.43 | 0.34 | 341.71 | 0.45 | 0.45 |
| Hex | A8 | 3F | 5F | 0 | 3F | 2B | 22 | 156 | 2D | 2D |
| Octal | 250 | 77 | 137 | 0 | 77 | 53 | 42 | 526 | 55 | 55 |
| Binary | 10101000 | 111111 | 1011111 | 0 | 111111 | 101011 | 100010 | 101010110 | 101101 | 101101 |
Color Harmonies of #A83F5F
Complementary color
Monochromatic Colors of #A83F5F
Black with #A83F5F
Text Example
Text Example
White with #A83F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F5F; }
p { color: rgb(168,63,95); }
H1.HeaderClassName
{
color: #A83F5F;
}
.AnyTagClassName
{
color: #A83F5F;
}
</style>
background-color css
<style>
a { background-color: #A83F5F; }
a { background-color: rgb(168,63,95); }
div.DivClassName
{
background-color: #A83F5F;
}
.BgClassName
{
background-color: #A83F5F;
}
</style>
border-color css
<style>
span { border-color: #A83F5F; }
span { border-color: rgb(168,63,95); }
td.TdClassName
{
border-color: #A83F5F;
}
.TagClassName
{
border-color: #A83F5F;
}
</style>