Shades of Vin Rouge #99515A
Tints of Vin Rouge #99515A
RGB
CMYK
RGB Variations
Color information
#99515A (or 0x99515A) is known color: Vin Rouge. HEX triplet: 99, 51 and 5A. RGB value is (153,81,90). Sum of RGB (Red+Green+Blue) = 153+81+90=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515A is #66AEA5. Grayscale: #676767. Windows color (decimal): -6729382 or 5919129. OLE color: 5919129.
HSL color Cylindrical-coordinate representation of color #99515A: hue angle of 352.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99515A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 90 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.4 |
| HSL | 352.5º | 0.31% | 0.46% | - |
| HSV(B) | 352.5º | 0.47% | 0.6% | - |
| XYZ | 17.92 | 13.4 | 11.31 | - |
| YUV | 103.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 90 | 0 | 0.47 | 0.41 | 0.4 | 352.5 | 0.31 | 0.46 |
| Hex | 99 | 51 | 5A | 0 | 2F | 29 | 28 | 160 | 1F | 2E |
| Octal | 231 | 121 | 132 | 0 | 57 | 51 | 50 | 540 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1011010 | 0 | 101111 | 101001 | 101000 | 101100000 | 11111 | 101110 |
Color Harmonies of #99515A
Complementary color
Monochromatic Colors of #99515A
Black with #99515A
Text Example
Text Example
White with #99515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99515A; }
p { color: rgb(153,81,90); }
H1.HeaderClassName
{
color: #99515A;
}
.AnyTagClassName
{
color: #99515A;
}
</style>
background-color css
<style>
a { background-color: #99515A; }
a { background-color: rgb(153,81,90); }
div.DivClassName
{
background-color: #99515A;
}
.BgClassName
{
background-color: #99515A;
}
</style>
border-color css
<style>
span { border-color: #99515A; }
span { border-color: rgb(153,81,90); }
td.TdClassName
{
border-color: #99515A;
}
.TagClassName
{
border-color: #99515A;
}
</style>