Shades of Vin Rouge #90535F
Tints of Vin Rouge #90535F
RGB
CMYK
RGB Variations
Color information
#90535F (or 0x90535F) is known color: Vin Rouge. HEX triplet: 90, 53 and 5F. RGB value is (144,83,95). Sum of RGB (Red+Green+Blue) = 144+83+95=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90535F is #6FACA0. Grayscale: #666666. Windows color (decimal): -7318689 or 6247312. OLE color: 6247312.
HSL color Cylindrical-coordinate representation of color #90535F: hue angle of 348.2º 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 #90535F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 95 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.44 |
| HSL | 348.2º | 0.27% | 0.45% | - |
| HSV(B) | 348.2º | 0.42% | 0.56% | - |
| XYZ | 16.66 | 12.94 | 12.45 | - |
| YUV | 102.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 95 | 0 | 0.42 | 0.34 | 0.44 | 348.2 | 0.27 | 0.45 |
| Hex | 90 | 53 | 5F | 0 | 2A | 22 | 2C | 15C | 1B | 2D |
| Octal | 220 | 123 | 137 | 0 | 52 | 42 | 54 | 534 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1011111 | 0 | 101010 | 100010 | 101100 | 101011100 | 11011 | 101101 |
Color Harmonies of #90535F
Complementary color
Monochromatic Colors of #90535F
Black with #90535F
Text Example
Text Example
White with #90535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90535F; }
p { color: rgb(144,83,95); }
H1.HeaderClassName
{
color: #90535F;
}
.AnyTagClassName
{
color: #90535F;
}
</style>
background-color css
<style>
a { background-color: #90535F; }
a { background-color: rgb(144,83,95); }
div.DivClassName
{
background-color: #90535F;
}
.BgClassName
{
background-color: #90535F;
}
</style>
border-color css
<style>
span { border-color: #90535F; }
span { border-color: rgb(144,83,95); }
td.TdClassName
{
border-color: #90535F;
}
.TagClassName
{
border-color: #90535F;
}
</style>