Shades of Vin Rouge #8A575D
Tints of Vin Rouge #8A575D
RGB
CMYK
RGB Variations
Color information
#8A575D (or 0x8A575D) is known color: Vin Rouge. HEX triplet: 8A, 57 and 5D. RGB value is (138,87,93). Sum of RGB (Red+Green+Blue) = 138+87+93=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A575D is #75A8A2. Grayscale: #666666. Windows color (decimal): -7710883 or 6117258. OLE color: 6117258.
HSL color Cylindrical-coordinate representation of color #8A575D: hue angle of 352.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A575D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 93 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.46 |
| HSL | 352.94º | 0.23% | 0.44% | - |
| HSV(B) | 352.94º | 0.37% | 0.54% | - |
| XYZ | 15.87 | 13.01 | 12.03 | - |
| YUV | 102.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 93 | 0 | 0.37 | 0.33 | 0.46 | 352.94 | 0.23 | 0.44 |
| Hex | 8A | 57 | 5D | 0 | 25 | 21 | 2E | 161 | 17 | 2C |
| Octal | 212 | 127 | 135 | 0 | 45 | 41 | 56 | 541 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1011101 | 0 | 100101 | 100001 | 101110 | 101100001 | 10111 | 101100 |
Color Harmonies of #8A575D
Complementary color
Monochromatic Colors of #8A575D
Black with #8A575D
Text Example
Text Example
White with #8A575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A575D; }
p { color: rgb(138,87,93); }
H1.HeaderClassName
{
color: #8A575D;
}
.AnyTagClassName
{
color: #8A575D;
}
</style>
background-color css
<style>
a { background-color: #8A575D; }
a { background-color: rgb(138,87,93); }
div.DivClassName
{
background-color: #8A575D;
}
.BgClassName
{
background-color: #8A575D;
}
</style>
border-color css
<style>
span { border-color: #8A575D; }
span { border-color: rgb(138,87,93); }
td.TdClassName
{
border-color: #8A575D;
}
.TagClassName
{
border-color: #8A575D;
}
</style>