#91595D

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

Shades of Vin Rouge #91595D

Tints of Vin Rouge #91595D

Color information

#91595D (or 0x91595D) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 5D. RGB value is (145,89,93). Sum of RGB (Red+Green+Blue) = 145+89+93=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #91595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91595D is #6EA6A2. Grayscale: #6A6A6A. Windows color (decimal): -7251619 or 6117777. OLE color: 6117777.

HSL color Cylindrical-coordinate representation of color #91595D: hue angle of 355.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91595D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1458993-
CMYK00.390.360.43
HSL355.71º23.93%45.88%-
HSV(B)355.71º38.62%56.86%-
XYZ17.2313.9512.14-
YUV106.2120.55155.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=44.34%
G=27.22%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899300.390.360.43355.7123.9345.88
Hex91595D027242B164182e
Octal22113113504744535443056
Binary1001000110110011011101010011110010010101110110010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,89,93); }

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

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

 a { background-color: rgb(145,89,93); }

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

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

 span { border-color: rgb(145,89,93); }

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