Shades of Vin Rouge #99536C
Tints of Vin Rouge #99536C
RGB
CMYK
RGB Variations
Color information
#99536C (or 0x99536C) is known color: Vin Rouge. HEX triplet: 99, 53 and 6C. RGB value is (153,83,108). Sum of RGB (Red+Green+Blue) = 153+83+108=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99536C is #66AC93. Grayscale: #6A6A6A. Windows color (decimal): -6728852 or 7099289. OLE color: 7099289.
HSL color Cylindrical-coordinate representation of color #99536C: hue angle of 338.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99536C is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 108 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.4 |
| HSL | 338.57º | 0.3% | 0.46% | - |
| HSV(B) | 338.57º | 0.46% | 0.6% | - |
| XYZ | 18.94 | 14.04 | 15.9 | - |
| YUV | 106.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 108 | 0 | 0.46 | 0.29 | 0.4 | 338.57 | 0.3 | 0.46 |
| Hex | 99 | 53 | 6C | 0 | 2E | 1D | 28 | 153 | 1E | 2E |
| Octal | 231 | 123 | 154 | 0 | 56 | 35 | 50 | 523 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1101100 | 0 | 101110 | 11101 | 101000 | 101010011 | 11110 | 101110 |
Color Harmonies of #99536C
Complementary color
Monochromatic Colors of #99536C
Black with #99536C
Text Example
Text Example
White with #99536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99536C; }
p { color: rgb(153,83,108); }
H1.HeaderClassName
{
color: #99536C;
}
.AnyTagClassName
{
color: #99536C;
}
</style>
background-color css
<style>
a { background-color: #99536C; }
a { background-color: rgb(153,83,108); }
div.DivClassName
{
background-color: #99536C;
}
.BgClassName
{
background-color: #99536C;
}
</style>
border-color css
<style>
span { border-color: #99536C; }
span { border-color: rgb(153,83,108); }
td.TdClassName
{
border-color: #99536C;
}
.TagClassName
{
border-color: #99536C;
}
</style>