Shades of Rouge #A13367
Tints of Rouge #A13367
RGB
CMYK
RGB Variations
Color information
#A13367 (or 0xA13367) is known color: Rouge. HEX triplet: A1, 33 and 67. RGB value is (161,51,103). Sum of RGB (Red+Green+Blue) = 161+51+103=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13367 is #5ECC98. Grayscale: #595959. Windows color (decimal): -6212761 or 6763425. OLE color: 6763425.
HSL color Cylindrical-coordinate representation of color #A13367: hue angle of 331.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13367 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 103 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.37 |
| HSL | 331.64º | 0.52% | 0.42% | - |
| HSV(B) | 331.64º | 0.68% | 0.63% | - |
| XYZ | 18.33 | 10.92 | 13.97 | - |
| YUV | 89.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 103 | 0 | 0.68 | 0.36 | 0.37 | 331.64 | 0.52 | 0.42 |
| Hex | A1 | 33 | 67 | 0 | 44 | 24 | 25 | 14C | 34 | 2A |
| Octal | 241 | 63 | 147 | 0 | 104 | 44 | 45 | 514 | 64 | 52 |
| Binary | 10100001 | 110011 | 1100111 | 0 | 1000100 | 100100 | 100101 | 101001100 | 110100 | 101010 |
Color Harmonies of #A13367
Complementary color
Monochromatic Colors of #A13367
Black with #A13367
Text Example
Text Example
White with #A13367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13367; }
p { color: rgb(161,51,103); }
H1.HeaderClassName
{
color: #A13367;
}
.AnyTagClassName
{
color: #A13367;
}
</style>
background-color css
<style>
a { background-color: #A13367; }
a { background-color: rgb(161,51,103); }
div.DivClassName
{
background-color: #A13367;
}
.BgClassName
{
background-color: #A13367;
}
</style>
border-color css
<style>
span { border-color: #A13367; }
span { border-color: rgb(161,51,103); }
td.TdClassName
{
border-color: #A13367;
}
.TagClassName
{
border-color: #A13367;
}
</style>