Shades of Rouge #A13868
Tints of Rouge #A13868
RGB
CMYK
RGB Variations
Color information
#A13868 (or 0xA13868) is known color: Rouge. HEX triplet: A1, 38 and 68. RGB value is (161,56,104). Sum of RGB (Red+Green+Blue) = 161+56+104=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A13868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13868 is #5EC797. Grayscale: #5C5C5C. Windows color (decimal): -6211480 or 6830241. OLE color: 6830241.
HSL color Cylindrical-coordinate representation of color #A13868: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13868 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 104 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.37 |
| HSL | 332.57º | 0.48% | 0.43% | - |
| HSV(B) | 332.57º | 0.65% | 0.63% | - |
| XYZ | 18.61 | 11.4 | 14.32 | - |
| YUV | 92.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 104 | 0 | 0.65 | 0.35 | 0.37 | 332.57 | 0.48 | 0.43 |
| Hex | A1 | 38 | 68 | 0 | 41 | 23 | 25 | 14D | 30 | 2B |
| Octal | 241 | 70 | 150 | 0 | 101 | 43 | 45 | 515 | 60 | 53 |
| Binary | 10100001 | 111000 | 1101000 | 0 | 1000001 | 100011 | 100101 | 101001101 | 110000 | 101011 |
Color Harmonies of #A13868
Complementary color
Monochromatic Colors of #A13868
Black with #A13868
Text Example
Text Example
White with #A13868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13868; }
p { color: rgb(161,56,104); }
H1.HeaderClassName
{
color: #A13868;
}
.AnyTagClassName
{
color: #A13868;
}
</style>
background-color css
<style>
a { background-color: #A13868; }
a { background-color: rgb(161,56,104); }
div.DivClassName
{
background-color: #A13868;
}
.BgClassName
{
background-color: #A13868;
}
</style>
border-color css
<style>
span { border-color: #A13868; }
span { border-color: rgb(161,56,104); }
td.TdClassName
{
border-color: #A13868;
}
.TagClassName
{
border-color: #A13868;
}
</style>