Shades of Vin Rouge #99556B
Tints of Vin Rouge #99556B
RGB
CMYK
RGB Variations
Color information
#99556B (or 0x99556B) is known color: Vin Rouge. HEX triplet: 99, 55 and 6B. RGB value is (153,85,107). Sum of RGB (Red+Green+Blue) = 153+85+107=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99556B is #66AA94. Grayscale: #6B6B6B. Windows color (decimal): -6728341 or 7034265. OLE color: 7034265.
HSL color Cylindrical-coordinate representation of color #99556B: hue angle of 340.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99556B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 107 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.4 |
| HSL | 340.59º | 0.29% | 0.47% | - |
| HSV(B) | 340.59º | 0.44% | 0.6% | - |
| XYZ | 19.04 | 14.33 | 15.67 | - |
| YUV | 107.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 107 | 0 | 0.44 | 0.30 | 0.4 | 340.59 | 0.29 | 0.47 |
| Hex | 99 | 55 | 6B | 0 | 2C | 1E | 28 | 155 | 1D | 2F |
| Octal | 231 | 125 | 153 | 0 | 54 | 36 | 50 | 525 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1101011 | 0 | 101100 | 11110 | 101000 | 101010101 | 11101 | 101111 |
Color Harmonies of #99556B
Complementary color
Monochromatic Colors of #99556B
Black with #99556B
Text Example
Text Example
White with #99556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99556B; }
p { color: rgb(153,85,107); }
H1.HeaderClassName
{
color: #99556B;
}
.AnyTagClassName
{
color: #99556B;
}
</style>
background-color css
<style>
a { background-color: #99556B; }
a { background-color: rgb(153,85,107); }
div.DivClassName
{
background-color: #99556B;
}
.BgClassName
{
background-color: #99556B;
}
</style>
border-color css
<style>
span { border-color: #99556B; }
span { border-color: rgb(153,85,107); }
td.TdClassName
{
border-color: #99556B;
}
.TagClassName
{
border-color: #99556B;
}
</style>