Shades of Vin Rouge #9A525E
Tints of Vin Rouge #9A525E
RGB
CMYK
RGB Variations
Color information
#9A525E (or 0x9A525E) is known color: Vin Rouge. HEX triplet: 9A, 52 and 5E. RGB value is (154,82,94). Sum of RGB (Red+Green+Blue) = 154+82+94=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A525E is #65ADA1. Grayscale: #686868. Windows color (decimal): -6663586 or 6181530. OLE color: 6181530.
HSL color Cylindrical-coordinate representation of color #9A525E: hue angle of 350º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A525E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 94 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.40 |
| HSL | 350º | 0.31% | 0.46% | - |
| HSV(B) | 350º | 0.47% | 0.6% | - |
| XYZ | 18.36 | 13.71 | 12.27 | - |
| YUV | 104.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 94 | 0 | 0.47 | 0.39 | 0.40 | 350 | 0.31 | 0.46 |
| Hex | 9A | 52 | 5E | 0 | 2F | 27 | 28 | 15E | 1F | 2E |
| Octal | 232 | 122 | 136 | 0 | 57 | 47 | 50 | 536 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1011110 | 0 | 101111 | 100111 | 101000 | 101011110 | 11111 | 101110 |
Color Harmonies of #9A525E
Complementary color
Monochromatic Colors of #9A525E
Black with #9A525E
Text Example
Text Example
White with #9A525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A525E; }
p { color: rgb(154,82,94); }
H1.HeaderClassName
{
color: #9A525E;
}
.AnyTagClassName
{
color: #9A525E;
}
</style>
background-color css
<style>
a { background-color: #9A525E; }
a { background-color: rgb(154,82,94); }
div.DivClassName
{
background-color: #9A525E;
}
.BgClassName
{
background-color: #9A525E;
}
</style>
border-color css
<style>
span { border-color: #9A525E; }
span { border-color: rgb(154,82,94); }
td.TdClassName
{
border-color: #9A525E;
}
.TagClassName
{
border-color: #9A525E;
}
</style>