Shades of Vin Rouge #99555C
Tints of Vin Rouge #99555C
RGB
CMYK
RGB Variations
Color information
#99555C (or 0x99555C) is known color: Vin Rouge. HEX triplet: 99, 55 and 5C. RGB value is (153,85,92). Sum of RGB (Red+Green+Blue) = 153+85+92=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99555C is #66AAA3. Grayscale: #6A6A6A. Windows color (decimal): -6728356 or 6051225. OLE color: 6051225.
HSL color Cylindrical-coordinate representation of color #99555C: hue angle of 353.82º 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 #99555C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 92 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.4 |
| HSL | 353.82º | 0.29% | 0.47% | - |
| HSV(B) | 353.82º | 0.44% | 0.6% | - |
| XYZ | 18.32 | 14.04 | 11.87 | - |
| YUV | 106.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 92 | 0 | 0.44 | 0.40 | 0.4 | 353.82 | 0.29 | 0.47 |
| Hex | 99 | 55 | 5C | 0 | 2C | 28 | 28 | 162 | 1D | 2F |
| Octal | 231 | 125 | 134 | 0 | 54 | 50 | 50 | 542 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1011100 | 0 | 101100 | 101000 | 101000 | 101100010 | 11101 | 101111 |
Color Harmonies of #99555C
Complementary color
Monochromatic Colors of #99555C
Black with #99555C
Text Example
Text Example
White with #99555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99555C; }
p { color: rgb(153,85,92); }
H1.HeaderClassName
{
color: #99555C;
}
.AnyTagClassName
{
color: #99555C;
}
</style>
background-color css
<style>
a { background-color: #99555C; }
a { background-color: rgb(153,85,92); }
div.DivClassName
{
background-color: #99555C;
}
.BgClassName
{
background-color: #99555C;
}
</style>
border-color css
<style>
span { border-color: #99555C; }
span { border-color: rgb(153,85,92); }
td.TdClassName
{
border-color: #99555C;
}
.TagClassName
{
border-color: #99555C;
}
</style>