Shades of Vin Rouge #945B61
Tints of Vin Rouge #945B61
RGB
CMYK
RGB Variations
Color information
#945B61 (or 0x945B61) is known color: Vin Rouge. HEX triplet: 94, 5B and 61. RGB value is (148,91,97). Sum of RGB (Red+Green+Blue) = 148+91+97=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #945B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B61 is #6BA49E. Grayscale: #6C6C6C. Windows color (decimal): -7054495 or 6380436. OLE color: 6380436.
HSL color Cylindrical-coordinate representation of color #945B61: hue angle of 353.68º 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 #945B61 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 97 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.42 |
| HSL | 353.68º | 0.24% | 0.47% | - |
| HSV(B) | 353.68º | 0.39% | 0.58% | - |
| XYZ | 18.11 | 14.64 | 13.18 | - |
| YUV | 108.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 97 | 0 | 0.39 | 0.34 | 0.42 | 353.68 | 0.24 | 0.47 |
| Hex | 94 | 5B | 61 | 0 | 27 | 22 | 2A | 162 | 18 | 2F |
| Octal | 224 | 133 | 141 | 0 | 47 | 42 | 52 | 542 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1100001 | 0 | 100111 | 100010 | 101010 | 101100010 | 11000 | 101111 |
Color Harmonies of #945B61
Complementary color
Monochromatic Colors of #945B61
Black with #945B61
Text Example
Text Example
White with #945B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B61; }
p { color: rgb(148,91,97); }
H1.HeaderClassName
{
color: #945B61;
}
.AnyTagClassName
{
color: #945B61;
}
</style>
background-color css
<style>
a { background-color: #945B61; }
a { background-color: rgb(148,91,97); }
div.DivClassName
{
background-color: #945B61;
}
.BgClassName
{
background-color: #945B61;
}
</style>
border-color css
<style>
span { border-color: #945B61; }
span { border-color: rgb(148,91,97); }
td.TdClassName
{
border-color: #945B61;
}
.TagClassName
{
border-color: #945B61;
}
</style>