Shades of Rouge #A1435F
Tints of Rouge #A1435F
RGB
CMYK
RGB Variations
Color information
#A1435F (or 0xA1435F) is known color: Rouge. HEX triplet: A1, 43 and 5F. RGB value is (161,67,95). Sum of RGB (Red+Green+Blue) = 161+67+95=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1435F is #5EBCA0. Grayscale: #626262. Windows color (decimal): -6208673 or 6243233. OLE color: 6243233.
HSL color Cylindrical-coordinate representation of color #A1435F: hue angle of 342.13º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1435F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 95 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.37 |
| HSL | 342.13º | 0.41% | 0.45% | - |
| HSV(B) | 342.13º | 0.58% | 0.63% | - |
| XYZ | 18.77 | 12.42 | 12.23 | - |
| YUV | 98.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 95 | 0 | 0.58 | 0.41 | 0.37 | 342.13 | 0.41 | 0.45 |
| Hex | A1 | 43 | 5F | 0 | 3A | 29 | 25 | 156 | 29 | 2D |
| Octal | 241 | 103 | 137 | 0 | 72 | 51 | 45 | 526 | 51 | 55 |
| Binary | 10100001 | 1000011 | 1011111 | 0 | 111010 | 101001 | 100101 | 101010110 | 101001 | 101101 |
Color Harmonies of #A1435F
Complementary color
Monochromatic Colors of #A1435F
Black with #A1435F
Text Example
Text Example
White with #A1435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1435F; }
p { color: rgb(161,67,95); }
H1.HeaderClassName
{
color: #A1435F;
}
.AnyTagClassName
{
color: #A1435F;
}
</style>
background-color css
<style>
a { background-color: #A1435F; }
a { background-color: rgb(161,67,95); }
div.DivClassName
{
background-color: #A1435F;
}
.BgClassName
{
background-color: #A1435F;
}
</style>
border-color css
<style>
span { border-color: #A1435F; }
span { border-color: rgb(161,67,95); }
td.TdClassName
{
border-color: #A1435F;
}
.TagClassName
{
border-color: #A1435F;
}
</style>