Shades of Rouge #A13F6B
Tints of Rouge #A13F6B
RGB
CMYK
RGB Variations
Color information
#A13F6B (or 0xA13F6B) is known color: Rouge. HEX triplet: A1, 3F and 6B. RGB value is (161,63,107). Sum of RGB (Red+Green+Blue) = 161+63+107=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F6B is #5EC094. Grayscale: #616161. Windows color (decimal): -6209685 or 7028641. OLE color: 7028641.
HSL color Cylindrical-coordinate representation of color #A13F6B: hue angle of 333.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F6B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 107 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.37 |
| HSL | 333.06º | 0.44% | 0.44% | - |
| HSV(B) | 333.06º | 0.61% | 0.63% | - |
| XYZ | 19.13 | 12.19 | 15.26 | - |
| YUV | 97.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 107 | 0 | 0.61 | 0.34 | 0.37 | 333.06 | 0.44 | 0.44 |
| Hex | A1 | 3F | 6B | 0 | 3D | 22 | 25 | 14D | 2C | 2C |
| Octal | 241 | 77 | 153 | 0 | 75 | 42 | 45 | 515 | 54 | 54 |
| Binary | 10100001 | 111111 | 1101011 | 0 | 111101 | 100010 | 100101 | 101001101 | 101100 | 101100 |
Color Harmonies of #A13F6B
Complementary color
Monochromatic Colors of #A13F6B
Black with #A13F6B
Text Example
Text Example
White with #A13F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F6B; }
p { color: rgb(161,63,107); }
H1.HeaderClassName
{
color: #A13F6B;
}
.AnyTagClassName
{
color: #A13F6B;
}
</style>
background-color css
<style>
a { background-color: #A13F6B; }
a { background-color: rgb(161,63,107); }
div.DivClassName
{
background-color: #A13F6B;
}
.BgClassName
{
background-color: #A13F6B;
}
</style>
border-color css
<style>
span { border-color: #A13F6B; }
span { border-color: rgb(161,63,107); }
td.TdClassName
{
border-color: #A13F6B;
}
.TagClassName
{
border-color: #A13F6B;
}
</style>