Shades of Vin Rouge #9A526B
Tints of Vin Rouge #9A526B
RGB
CMYK
RGB Variations
Color information
#9A526B (or 0x9A526B) is known color: Vin Rouge. HEX triplet: 9A, 52 and 6B. RGB value is (154,82,107). Sum of RGB (Red+Green+Blue) = 154+82+107=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A526B is #65AD94. Grayscale: #6A6A6A. Windows color (decimal): -6663573 or 7033498. OLE color: 7033498.
HSL color Cylindrical-coordinate representation of color #9A526B: hue angle of 339.17º 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 #9A526B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 107 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.40 |
| HSL | 339.17º | 0.31% | 0.46% | - |
| HSV(B) | 339.17º | 0.47% | 0.6% | - |
| XYZ | 19 | 13.97 | 15.6 | - |
| YUV | 106.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 107 | 0 | 0.47 | 0.31 | 0.40 | 339.17 | 0.31 | 0.46 |
| Hex | 9A | 52 | 6B | 0 | 2F | 1F | 28 | 153 | 1F | 2E |
| Octal | 232 | 122 | 153 | 0 | 57 | 37 | 50 | 523 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1101011 | 0 | 101111 | 11111 | 101000 | 101010011 | 11111 | 101110 |
Color Harmonies of #9A526B
Complementary color
Monochromatic Colors of #9A526B
Black with #9A526B
Text Example
Text Example
White with #9A526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A526B; }
p { color: rgb(154,82,107); }
H1.HeaderClassName
{
color: #9A526B;
}
.AnyTagClassName
{
color: #9A526B;
}
</style>
background-color css
<style>
a { background-color: #9A526B; }
a { background-color: rgb(154,82,107); }
div.DivClassName
{
background-color: #9A526B;
}
.BgClassName
{
background-color: #9A526B;
}
</style>
border-color css
<style>
span { border-color: #9A526B; }
span { border-color: rgb(154,82,107); }
td.TdClassName
{
border-color: #9A526B;
}
.TagClassName
{
border-color: #9A526B;
}
</style>