Shades of Vin Rouge #945768
Tints of Vin Rouge #945768
RGB
CMYK
RGB Variations
Color information
#945768 (or 0x945768) is known color: Vin Rouge. HEX triplet: 94, 57 and 68. RGB value is (148,87,104). Sum of RGB (Red+Green+Blue) = 148+87+104=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #945768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945768 is #6BA897. Grayscale: #6B6B6B. Windows color (decimal): -7055512 or 6838164. OLE color: 6838164.
HSL color Cylindrical-coordinate representation of color #945768: hue angle of 343.28º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945768 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 104 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.42 |
| HSL | 343.28º | 0.26% | 0.46% | - |
| HSV(B) | 343.28º | 0.41% | 0.58% | - |
| XYZ | 18.12 | 14.11 | 14.87 | - |
| YUV | 107.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 104 | 0 | 0.41 | 0.30 | 0.42 | 343.28 | 0.26 | 0.46 |
| Hex | 94 | 57 | 68 | 0 | 29 | 1E | 2A | 157 | 1A | 2E |
| Octal | 224 | 127 | 150 | 0 | 51 | 36 | 52 | 527 | 32 | 56 |
| Binary | 10010100 | 1010111 | 1101000 | 0 | 101001 | 11110 | 101010 | 101010111 | 11010 | 101110 |
Color Harmonies of #945768
Complementary color
Monochromatic Colors of #945768
Black with #945768
Text Example
Text Example
White with #945768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945768; }
p { color: rgb(148,87,104); }
H1.HeaderClassName
{
color: #945768;
}
.AnyTagClassName
{
color: #945768;
}
</style>
background-color css
<style>
a { background-color: #945768; }
a { background-color: rgb(148,87,104); }
div.DivClassName
{
background-color: #945768;
}
.BgClassName
{
background-color: #945768;
}
</style>
border-color css
<style>
span { border-color: #945768; }
span { border-color: rgb(148,87,104); }
td.TdClassName
{
border-color: #945768;
}
.TagClassName
{
border-color: #945768;
}
</style>