Shades of Vin Rouge #99506B
Tints of Vin Rouge #99506B
RGB
CMYK
RGB Variations
Color information
#99506B (or 0x99506B) is known color: Vin Rouge. HEX triplet: 99, 50 and 6B. RGB value is (153,80,107). Sum of RGB (Red+Green+Blue) = 153+80+107=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99506B is #66AF94. Grayscale: #686868. Windows color (decimal): -6729621 or 7032985. OLE color: 7032985.
HSL color Cylindrical-coordinate representation of color #99506B: hue angle of 337.81º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99506B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 107 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.4 |
| HSL | 337.81º | 0.31% | 0.46% | - |
| HSV(B) | 337.81º | 0.48% | 0.6% | - |
| XYZ | 18.66 | 13.57 | 15.55 | - |
| YUV | 104.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 107 | 0 | 0.48 | 0.30 | 0.4 | 337.81 | 0.31 | 0.46 |
| Hex | 99 | 50 | 6B | 0 | 30 | 1E | 28 | 152 | 1F | 2E |
| Octal | 231 | 120 | 153 | 0 | 60 | 36 | 50 | 522 | 37 | 56 |
| Binary | 10011001 | 1010000 | 1101011 | 0 | 110000 | 11110 | 101000 | 101010010 | 11111 | 101110 |
Color Harmonies of #99506B
Complementary color
Monochromatic Colors of #99506B
Black with #99506B
Text Example
Text Example
White with #99506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99506B; }
p { color: rgb(153,80,107); }
H1.HeaderClassName
{
color: #99506B;
}
.AnyTagClassName
{
color: #99506B;
}
</style>
background-color css
<style>
a { background-color: #99506B; }
a { background-color: rgb(153,80,107); }
div.DivClassName
{
background-color: #99506B;
}
.BgClassName
{
background-color: #99506B;
}
</style>
border-color css
<style>
span { border-color: #99506B; }
span { border-color: rgb(153,80,107); }
td.TdClassName
{
border-color: #99506B;
}
.TagClassName
{
border-color: #99506B;
}
</style>