#90575D

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

Shades of Vin Rouge #90575D

Tints of Vin Rouge #90575D

Color information

#90575D (or 0x90575D) is unknown color: approx Vin Rouge. HEX triplet: 90, 57 and 5D. RGB value is (144,87,93). Sum of RGB (Red+Green+Blue) = 144+87+93=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90575D is #6FA8A2. Grayscale: #686868. Windows color (decimal): -7317667 or 6117264. OLE color: 6117264.

HSL color Cylindrical-coordinate representation of color #90575D: hue angle of 353.68º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90575D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1448793-
CMYK00.400.350.44
HSL353.68º24.68%45.29%-
HSV(B)353.68º39.58%56.47%-
XYZ16.8913.5412.08-
YUV104.73121.38156.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=44.44%
G=26.85%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144879300.400.350.44353.6824.6845.29
Hex90575D028232C162192d
Octal22012713505043545423155
Binary1001000010101111011101010100010001110110010110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90575D; }

 p { color: rgb(144,87,93); }

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

<style>
 a { background-color: #90575D; }

 a { background-color: rgb(144,87,93); }

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

<style>
 span { border-color: #90575D; }

 span { border-color: rgb(144,87,93); }

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