Shades of Rouge #A13769
Tints of Rouge #A13769
RGB
CMYK
RGB Variations
Color information
#A13769 (or 0xA13769) is known color: Rouge. HEX triplet: A1, 37 and 69. RGB value is (161,55,105). Sum of RGB (Red+Green+Blue) = 161+55+105=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A13769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13769 is #5EC896. Grayscale: #5C5C5C. Windows color (decimal): -6211735 or 6895521. OLE color: 6895521.
HSL color Cylindrical-coordinate representation of color #A13769: hue angle of 331.7º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13769 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 105 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.37 |
| HSL | 331.7º | 0.49% | 0.42% | - |
| HSV(B) | 331.7º | 0.66% | 0.63% | - |
| XYZ | 18.61 | 11.33 | 14.57 | - |
| YUV | 92.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 105 | 0 | 0.66 | 0.35 | 0.37 | 331.7 | 0.49 | 0.42 |
| Hex | A1 | 37 | 69 | 0 | 42 | 23 | 25 | 14C | 31 | 2A |
| Octal | 241 | 67 | 151 | 0 | 102 | 43 | 45 | 514 | 61 | 52 |
| Binary | 10100001 | 110111 | 1101001 | 0 | 1000010 | 100011 | 100101 | 101001100 | 110001 | 101010 |
Color Harmonies of #A13769
Complementary color
Monochromatic Colors of #A13769
Black with #A13769
Text Example
Text Example
White with #A13769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13769; }
p { color: rgb(161,55,105); }
H1.HeaderClassName
{
color: #A13769;
}
.AnyTagClassName
{
color: #A13769;
}
</style>
background-color css
<style>
a { background-color: #A13769; }
a { background-color: rgb(161,55,105); }
div.DivClassName
{
background-color: #A13769;
}
.BgClassName
{
background-color: #A13769;
}
</style>
border-color css
<style>
span { border-color: #A13769; }
span { border-color: rgb(161,55,105); }
td.TdClassName
{
border-color: #A13769;
}
.TagClassName
{
border-color: #A13769;
}
</style>