Shades of Rouge #A4416B
Tints of Rouge #A4416B
RGB
CMYK
RGB Variations
Color information
#A4416B (or 0xA4416B) is known color: Rouge. HEX triplet: A4, 41 and 6B. RGB value is (164,65,107). Sum of RGB (Red+Green+Blue) = 164+65+107=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4416B is #5BBE94. Grayscale: #636363. Windows color (decimal): -6012565 or 7029156. OLE color: 7029156.
HSL color Cylindrical-coordinate representation of color #A4416B: hue angle of 334.55º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4416B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 107 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.36 |
| HSL | 334.55º | 0.43% | 0.45% | - |
| HSV(B) | 334.55º | 0.6% | 0.64% | - |
| XYZ | 19.85 | 12.73 | 15.32 | - |
| YUV | 99.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 107 | 0 | 0.60 | 0.35 | 0.36 | 334.55 | 0.43 | 0.45 |
| Hex | A4 | 41 | 6B | 0 | 3C | 23 | 24 | 14F | 2B | 2D |
| Octal | 244 | 101 | 153 | 0 | 74 | 43 | 44 | 517 | 53 | 55 |
| Binary | 10100100 | 1000001 | 1101011 | 0 | 111100 | 100011 | 100100 | 101001111 | 101011 | 101101 |
Color Harmonies of #A4416B
Complementary color
Monochromatic Colors of #A4416B
Black with #A4416B
Text Example
Text Example
White with #A4416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4416B; }
p { color: rgb(164,65,107); }
H1.HeaderClassName
{
color: #A4416B;
}
.AnyTagClassName
{
color: #A4416B;
}
</style>
background-color css
<style>
a { background-color: #A4416B; }
a { background-color: rgb(164,65,107); }
div.DivClassName
{
background-color: #A4416B;
}
.BgClassName
{
background-color: #A4416B;
}
</style>
border-color css
<style>
span { border-color: #A4416B; }
span { border-color: rgb(164,65,107); }
td.TdClassName
{
border-color: #A4416B;
}
.TagClassName
{
border-color: #A4416B;
}
</style>