Shades of Vin Rouge #945A5D
Tints of Vin Rouge #945A5D
RGB
CMYK
RGB Variations
Color information
#945A5D (or 0x945A5D) is known color: Vin Rouge. HEX triplet: 94, 5A and 5D. RGB value is (148,90,93). Sum of RGB (Red+Green+Blue) = 148+90+93=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #945A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A5D is #6BA5A2. Grayscale: #6B6B6B. Windows color (decimal): -7054755 or 6118036. OLE color: 6118036.
HSL color Cylindrical-coordinate representation of color #945A5D: hue angle of 356.9º 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 #945A5D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 93 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.42 |
| HSL | 356.9º | 0.24% | 0.47% | - |
| HSV(B) | 356.9º | 0.39% | 0.58% | - |
| XYZ | 17.84 | 14.4 | 12.19 | - |
| YUV | 107.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 93 | 0 | 0.39 | 0.37 | 0.42 | 356.9 | 0.24 | 0.47 |
| Hex | 94 | 5A | 5D | 0 | 27 | 25 | 2A | 165 | 18 | 2F |
| Octal | 224 | 132 | 135 | 0 | 47 | 45 | 52 | 545 | 30 | 57 |
| Binary | 10010100 | 1011010 | 1011101 | 0 | 100111 | 100101 | 101010 | 101100101 | 11000 | 101111 |
Color Harmonies of #945A5D
Complementary color
Monochromatic Colors of #945A5D
Black with #945A5D
Text Example
Text Example
White with #945A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A5D; }
p { color: rgb(148,90,93); }
H1.HeaderClassName
{
color: #945A5D;
}
.AnyTagClassName
{
color: #945A5D;
}
</style>
background-color css
<style>
a { background-color: #945A5D; }
a { background-color: rgb(148,90,93); }
div.DivClassName
{
background-color: #945A5D;
}
.BgClassName
{
background-color: #945A5D;
}
</style>
border-color css
<style>
span { border-color: #945A5D; }
span { border-color: rgb(148,90,93); }
td.TdClassName
{
border-color: #945A5D;
}
.TagClassName
{
border-color: #945A5D;
}
</style>