Shades of Rouge #A13B62
Tints of Rouge #A13B62
RGB
CMYK
RGB Variations
Color information
#A13B62 (or 0xA13B62) is known color: Rouge. HEX triplet: A1, 3B and 62. RGB value is (161,59,98). Sum of RGB (Red+Green+Blue) = 161+59+98=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B62 is #5EC49D. Grayscale: #5D5D5D. Windows color (decimal): -6210718 or 6437793. OLE color: 6437793.
HSL color Cylindrical-coordinate representation of color #A13B62: hue angle of 337.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13B62 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 98 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.37 |
| HSL | 337.06º | 0.46% | 0.43% | - |
| HSV(B) | 337.06º | 0.63% | 0.63% | - |
| XYZ | 18.47 | 11.59 | 12.82 | - |
| YUV | 93.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 98 | 0 | 0.63 | 0.39 | 0.37 | 337.06 | 0.46 | 0.43 |
| Hex | A1 | 3B | 62 | 0 | 3F | 27 | 25 | 151 | 2E | 2B |
| Octal | 241 | 73 | 142 | 0 | 77 | 47 | 45 | 521 | 56 | 53 |
| Binary | 10100001 | 111011 | 1100010 | 0 | 111111 | 100111 | 100101 | 101010001 | 101110 | 101011 |
Color Harmonies of #A13B62
Complementary color
Monochromatic Colors of #A13B62
Black with #A13B62
Text Example
Text Example
White with #A13B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B62; }
p { color: rgb(161,59,98); }
H1.HeaderClassName
{
color: #A13B62;
}
.AnyTagClassName
{
color: #A13B62;
}
</style>
background-color css
<style>
a { background-color: #A13B62; }
a { background-color: rgb(161,59,98); }
div.DivClassName
{
background-color: #A13B62;
}
.BgClassName
{
background-color: #A13B62;
}
</style>
border-color css
<style>
span { border-color: #A13B62; }
span { border-color: rgb(161,59,98); }
td.TdClassName
{
border-color: #A13B62;
}
.TagClassName
{
border-color: #A13B62;
}
</style>