Shades of Vin Rouge #90525D
Tints of Vin Rouge #90525D
RGB
CMYK
RGB Variations
Color information
#90525D (or 0x90525D) is known color: Vin Rouge. HEX triplet: 90, 52 and 5D. RGB value is (144,82,93). Sum of RGB (Red+Green+Blue) = 144+82+93=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90525D is #6FADA2. Grayscale: #656565. Windows color (decimal): -7318947 or 6115984. OLE color: 6115984.
HSL color Cylindrical-coordinate representation of color #90525D: hue angle of 349.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90525D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 93 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.44 |
| HSL | 349.35º | 0.27% | 0.44% | - |
| HSV(B) | 349.35º | 0.43% | 0.56% | - |
| XYZ | 16.49 | 12.75 | 11.95 | - |
| YUV | 101.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 93 | 0 | 0.43 | 0.35 | 0.44 | 349.35 | 0.27 | 0.44 |
| Hex | 90 | 52 | 5D | 0 | 2B | 23 | 2C | 15D | 1B | 2C |
| Octal | 220 | 122 | 135 | 0 | 53 | 43 | 54 | 535 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1011101 | 0 | 101011 | 100011 | 101100 | 101011101 | 11011 | 101100 |
Color Harmonies of #90525D
Complementary color
Monochromatic Colors of #90525D
Black with #90525D
Text Example
Text Example
White with #90525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90525D; }
p { color: rgb(144,82,93); }
H1.HeaderClassName
{
color: #90525D;
}
.AnyTagClassName
{
color: #90525D;
}
</style>
background-color css
<style>
a { background-color: #90525D; }
a { background-color: rgb(144,82,93); }
div.DivClassName
{
background-color: #90525D;
}
.BgClassName
{
background-color: #90525D;
}
</style>
border-color css
<style>
span { border-color: #90525D; }
span { border-color: rgb(144,82,93); }
td.TdClassName
{
border-color: #90525D;
}
.TagClassName
{
border-color: #90525D;
}
</style>