Shades of Vin Rouge #99555F
Tints of Vin Rouge #99555F
RGB
CMYK
RGB Variations
Color information
#99555F (or 0x99555F) is known color: Vin Rouge. HEX triplet: 99, 55 and 5F. RGB value is (153,85,95). Sum of RGB (Red+Green+Blue) = 153+85+95=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99555F is #66AAA0. Grayscale: #6A6A6A. Windows color (decimal): -6728353 or 6247833. OLE color: 6247833.
HSL color Cylindrical-coordinate representation of color #99555F: hue angle of 351.18º 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 #99555F is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 95 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.4 |
| HSL | 351.18º | 0.29% | 0.47% | - |
| HSV(B) | 351.18º | 0.44% | 0.6% | - |
| XYZ | 18.45 | 14.1 | 12.57 | - |
| YUV | 106.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 95 | 0 | 0.44 | 0.38 | 0.4 | 351.18 | 0.29 | 0.47 |
| Hex | 99 | 55 | 5F | 0 | 2C | 26 | 28 | 15F | 1D | 2F |
| Octal | 231 | 125 | 137 | 0 | 54 | 46 | 50 | 537 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1011111 | 0 | 101100 | 100110 | 101000 | 101011111 | 11101 | 101111 |
Color Harmonies of #99555F
Complementary color
Monochromatic Colors of #99555F
Black with #99555F
Text Example
Text Example
White with #99555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99555F; }
p { color: rgb(153,85,95); }
H1.HeaderClassName
{
color: #99555F;
}
.AnyTagClassName
{
color: #99555F;
}
</style>
background-color css
<style>
a { background-color: #99555F; }
a { background-color: rgb(153,85,95); }
div.DivClassName
{
background-color: #99555F;
}
.BgClassName
{
background-color: #99555F;
}
</style>
border-color css
<style>
span { border-color: #99555F; }
span { border-color: rgb(153,85,95); }
td.TdClassName
{
border-color: #99555F;
}
.TagClassName
{
border-color: #99555F;
}
</style>