Shades of Vin Rouge #945363
Tints of Vin Rouge #945363
RGB
CMYK
RGB Variations
Color information
#945363 (or 0x945363) is known color: Vin Rouge. HEX triplet: 94, 53 and 63. RGB value is (148,83,99). Sum of RGB (Red+Green+Blue) = 148+83+99=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #945363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945363 is #6BAC9C. Grayscale: #686868. Windows color (decimal): -7056541 or 6509460. OLE color: 6509460.
HSL color Cylindrical-coordinate representation of color #945363: hue angle of 345.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945363 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 99 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.42 |
| HSL | 345.23º | 0.28% | 0.45% | - |
| HSV(B) | 345.23º | 0.44% | 0.58% | - |
| XYZ | 17.56 | 13.38 | 13.46 | - |
| YUV | 104.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 99 | 0 | 0.44 | 0.33 | 0.42 | 345.23 | 0.28 | 0.45 |
| Hex | 94 | 53 | 63 | 0 | 2C | 21 | 2A | 159 | 1C | 2D |
| Octal | 224 | 123 | 143 | 0 | 54 | 41 | 52 | 531 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1100011 | 0 | 101100 | 100001 | 101010 | 101011001 | 11100 | 101101 |
Color Harmonies of #945363
Complementary color
Monochromatic Colors of #945363
Black with #945363
Text Example
Text Example
White with #945363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945363; }
p { color: rgb(148,83,99); }
H1.HeaderClassName
{
color: #945363;
}
.AnyTagClassName
{
color: #945363;
}
</style>
background-color css
<style>
a { background-color: #945363; }
a { background-color: rgb(148,83,99); }
div.DivClassName
{
background-color: #945363;
}
.BgClassName
{
background-color: #945363;
}
</style>
border-color css
<style>
span { border-color: #945363; }
span { border-color: rgb(148,83,99); }
td.TdClassName
{
border-color: #945363;
}
.TagClassName
{
border-color: #945363;
}
</style>