Shades of Vin Rouge #945263
Tints of Vin Rouge #945263
RGB
CMYK
RGB Variations
Color information
#945263 (or 0x945263) is known color: Vin Rouge. HEX triplet: 94, 52 and 63. RGB value is (148,82,99). Sum of RGB (Red+Green+Blue) = 148+82+99=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945263 is #6BAD9C. Grayscale: #676767. Windows color (decimal): -7056797 or 6509204. OLE color: 6509204.
HSL color Cylindrical-coordinate representation of color #945263: hue angle of 344.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945263 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 99 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.42 |
| HSL | 344.55º | 0.29% | 0.45% | - |
| HSV(B) | 344.55º | 0.45% | 0.58% | - |
| XYZ | 17.48 | 13.23 | 13.44 | - |
| YUV | 103.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 99 | 0 | 0.45 | 0.33 | 0.42 | 344.55 | 0.29 | 0.45 |
| Hex | 94 | 52 | 63 | 0 | 2D | 21 | 2A | 159 | 1D | 2D |
| Octal | 224 | 122 | 143 | 0 | 55 | 41 | 52 | 531 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1100011 | 0 | 101101 | 100001 | 101010 | 101011001 | 11101 | 101101 |
Color Harmonies of #945263
Complementary color
Monochromatic Colors of #945263
Black with #945263
Text Example
Text Example
White with #945263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945263; }
p { color: rgb(148,82,99); }
H1.HeaderClassName
{
color: #945263;
}
.AnyTagClassName
{
color: #945263;
}
</style>
background-color css
<style>
a { background-color: #945263; }
a { background-color: rgb(148,82,99); }
div.DivClassName
{
background-color: #945263;
}
.BgClassName
{
background-color: #945263;
}
</style>
border-color css
<style>
span { border-color: #945263; }
span { border-color: rgb(148,82,99); }
td.TdClassName
{
border-color: #945263;
}
.TagClassName
{
border-color: #945263;
}
</style>