Shades of Vin Rouge #90535C
Tints of Vin Rouge #90535C
RGB
CMYK
RGB Variations
Color information
#90535C (or 0x90535C) is known color: Vin Rouge. HEX triplet: 90, 53 and 5C. RGB value is (144,83,92). Sum of RGB (Red+Green+Blue) = 144+83+92=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90535C is #6FACA3. Grayscale: #666666. Windows color (decimal): -7318692 or 6050704. OLE color: 6050704.
HSL color Cylindrical-coordinate representation of color #90535C: hue angle of 351.15º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90535C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 92 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.44 |
| HSL | 351.15º | 0.27% | 0.45% | - |
| HSV(B) | 351.15º | 0.42% | 0.56% | - |
| XYZ | 16.53 | 12.89 | 11.74 | - |
| YUV | 102.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 92 | 0 | 0.42 | 0.36 | 0.44 | 351.15 | 0.27 | 0.45 |
| Hex | 90 | 53 | 5C | 0 | 2A | 24 | 2C | 15F | 1B | 2D |
| Octal | 220 | 123 | 134 | 0 | 52 | 44 | 54 | 537 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1011100 | 0 | 101010 | 100100 | 101100 | 101011111 | 11011 | 101101 |
Color Harmonies of #90535C
Complementary color
Monochromatic Colors of #90535C
Black with #90535C
Text Example
Text Example
White with #90535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90535C; }
p { color: rgb(144,83,92); }
H1.HeaderClassName
{
color: #90535C;
}
.AnyTagClassName
{
color: #90535C;
}
</style>
background-color css
<style>
a { background-color: #90535C; }
a { background-color: rgb(144,83,92); }
div.DivClassName
{
background-color: #90535C;
}
.BgClassName
{
background-color: #90535C;
}
</style>
border-color css
<style>
span { border-color: #90535C; }
span { border-color: rgb(144,83,92); }
td.TdClassName
{
border-color: #90535C;
}
.TagClassName
{
border-color: #90535C;
}
</style>