Shades of Vin Rouge #945B5D
Tints of Vin Rouge #945B5D
RGB
CMYK
RGB Variations
Color information
#945B5D (or 0x945B5D) is known color: Vin Rouge. HEX triplet: 94, 5B and 5D. RGB value is (148,91,93). Sum of RGB (Red+Green+Blue) = 148+91+93=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #945B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B5D is #6BA4A2. Grayscale: #6C6C6C. Windows color (decimal): -7054499 or 6118292. OLE color: 6118292.
HSL color Cylindrical-coordinate representation of color #945B5D: hue angle of 357.89º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B5D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 93 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.42 |
| HSL | 357.89º | 0.24% | 0.47% | - |
| HSV(B) | 357.89º | 0.39% | 0.58% | - |
| XYZ | 17.93 | 14.57 | 12.22 | - |
| YUV | 108.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 93 | 0 | 0.39 | 0.37 | 0.42 | 357.89 | 0.24 | 0.47 |
| Hex | 94 | 5B | 5D | 0 | 27 | 25 | 2A | 166 | 18 | 2F |
| Octal | 224 | 133 | 135 | 0 | 47 | 45 | 52 | 546 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1011101 | 0 | 100111 | 100101 | 101010 | 101100110 | 11000 | 101111 |
Color Harmonies of #945B5D
Complementary color
Monochromatic Colors of #945B5D
Black with #945B5D
Text Example
Text Example
White with #945B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B5D; }
p { color: rgb(148,91,93); }
H1.HeaderClassName
{
color: #945B5D;
}
.AnyTagClassName
{
color: #945B5D;
}
</style>
background-color css
<style>
a { background-color: #945B5D; }
a { background-color: rgb(148,91,93); }
div.DivClassName
{
background-color: #945B5D;
}
.BgClassName
{
background-color: #945B5D;
}
</style>
border-color css
<style>
span { border-color: #945B5D; }
span { border-color: rgb(148,91,93); }
td.TdClassName
{
border-color: #945B5D;
}
.TagClassName
{
border-color: #945B5D;
}
</style>