Shades of Vin Rouge #99586B
Tints of Vin Rouge #99586B
RGB
CMYK
RGB Variations
Color information
#99586B (or 0x99586B) is known color: Vin Rouge. HEX triplet: 99, 58 and 6B. RGB value is (153,88,107). Sum of RGB (Red+Green+Blue) = 153+88+107=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586B is #66A794. Grayscale: #6D6D6D. Windows color (decimal): -6727573 or 7035033. OLE color: 7035033.
HSL color Cylindrical-coordinate representation of color #99586B: hue angle of 342.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99586B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 107 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.4 |
| HSL | 342.46º | 0.27% | 0.47% | - |
| HSV(B) | 342.46º | 0.42% | 0.6% | - |
| XYZ | 19.28 | 14.81 | 15.75 | - |
| YUV | 109.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 107 | 0 | 0.42 | 0.30 | 0.4 | 342.46 | 0.27 | 0.47 |
| Hex | 99 | 58 | 6B | 0 | 2A | 1E | 28 | 156 | 1B | 2F |
| Octal | 231 | 130 | 153 | 0 | 52 | 36 | 50 | 526 | 33 | 57 |
| Binary | 10011001 | 1011000 | 1101011 | 0 | 101010 | 11110 | 101000 | 101010110 | 11011 | 101111 |
Color Harmonies of #99586B
Complementary color
Monochromatic Colors of #99586B
Black with #99586B
Text Example
Text Example
White with #99586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99586B; }
p { color: rgb(153,88,107); }
H1.HeaderClassName
{
color: #99586B;
}
.AnyTagClassName
{
color: #99586B;
}
</style>
background-color css
<style>
a { background-color: #99586B; }
a { background-color: rgb(153,88,107); }
div.DivClassName
{
background-color: #99586B;
}
.BgClassName
{
background-color: #99586B;
}
</style>
border-color css
<style>
span { border-color: #99586B; }
span { border-color: rgb(153,88,107); }
td.TdClassName
{
border-color: #99586B;
}
.TagClassName
{
border-color: #99586B;
}
</style>