Shades of Rouge #A13F67
Tints of Rouge #A13F67
RGB
CMYK
RGB Variations
Color information
#A13F67 (or 0xA13F67) is known color: Rouge. HEX triplet: A1, 3F and 67. RGB value is (161,63,103). Sum of RGB (Red+Green+Blue) = 161+63+103=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F67 is #5EC098. Grayscale: #606060. Windows color (decimal): -6209689 or 6766497. OLE color: 6766497.
HSL color Cylindrical-coordinate representation of color #A13F67: hue angle of 335.51º 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 #A13F67 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 103 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.37 |
| HSL | 335.51º | 0.44% | 0.44% | - |
| HSV(B) | 335.51º | 0.61% | 0.63% | - |
| XYZ | 18.92 | 12.11 | 14.17 | - |
| YUV | 96.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 103 | 0 | 0.61 | 0.36 | 0.37 | 335.51 | 0.44 | 0.44 |
| Hex | A1 | 3F | 67 | 0 | 3D | 24 | 25 | 150 | 2C | 2C |
| Octal | 241 | 77 | 147 | 0 | 75 | 44 | 45 | 520 | 54 | 54 |
| Binary | 10100001 | 111111 | 1100111 | 0 | 111101 | 100100 | 100101 | 101010000 | 101100 | 101100 |
Color Harmonies of #A13F67
Complementary color
Monochromatic Colors of #A13F67
Black with #A13F67
Text Example
Text Example
White with #A13F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F67; }
p { color: rgb(161,63,103); }
H1.HeaderClassName
{
color: #A13F67;
}
.AnyTagClassName
{
color: #A13F67;
}
</style>
background-color css
<style>
a { background-color: #A13F67; }
a { background-color: rgb(161,63,103); }
div.DivClassName
{
background-color: #A13F67;
}
.BgClassName
{
background-color: #A13F67;
}
</style>
border-color css
<style>
span { border-color: #A13F67; }
span { border-color: rgb(161,63,103); }
td.TdClassName
{
border-color: #A13F67;
}
.TagClassName
{
border-color: #A13F67;
}
</style>