#90595B

Color #90595B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #90595B

Tints of Vin Rouge #90595B

Color information

#90595B (or 0x90595B) is unknown color: approx Vin Rouge. HEX triplet: 90, 59 and 5B. RGB value is (144,89,91). Sum of RGB (Red+Green+Blue) = 144+89+91=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595B is #6FA6A4. Grayscale: #696969. Windows color (decimal): -7317157 or 5986704. OLE color: 5986704.

HSL color Cylindrical-coordinate representation of color #90595B: hue angle of 357.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90595B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1448991-
CMYK00.380.370.44
HSL357.82º23.61%45.69%-
HSV(B)357.82º38.19%56.47%-
XYZ16.9613.8311.67-
YUV105.67119.72155.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=44.44%
G=27.47%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144899100.380.370.44357.8223.6145.69
Hex90595B026252C166182e
Octal22013113304645545463056
Binary1001000010110011011011010011010010110110010110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90595B; }

 p { color: rgb(144,89,91); }

 H1.HeaderClassName
 {
   color: #90595B;
 }
 .AnyTagClassName
 {
   color: #90595B;
 }
</style>
background-color css

<style>
 a { background-color: #90595B; }

 a { background-color: rgb(144,89,91); }

 div.DivClassName
 {
   background-color: #90595B;
 }
 .BgClassName
 {
   background-color: #90595B;
 }
</style>
border-color css

<style>
 span { border-color: #90595B; }

 span { border-color: rgb(144,89,91); }

 td.TdClassName
 {
   border-color: #90595B;
 }
 .TagClassName
 {
   border-color: #90595B;
 }
</style>