#91565C

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

Shades of Vin Rouge #91565C

Tints of Vin Rouge #91565C

Color information

#91565C (or 0x91565C) is unknown color: approx Vin Rouge. HEX triplet: 91, 56 and 5C. RGB value is (145,86,92). Sum of RGB (Red+Green+Blue) = 145+86+92=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91565C is #6EA9A3. Grayscale: #686868. Windows color (decimal): -7252388 or 6051473. OLE color: 6051473.

HSL color Cylindrical-coordinate representation of color #91565C: hue angle of 353.9º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91565C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1458692-
CMYK00.410.370.43
HSL353.9º25.54%45.29%-
HSV(B)353.9º40.69%56.86%-
XYZ16.9413.4511.83-
YUV104.32121.05157.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=44.89%
G=26.63%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145869200.410.370.43353.925.5445.29
Hex91565C029252B1621a2d
Octal22112613405145535423255
Binary1001000110101101011100010100110010110101110110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91565C; }

 p { color: rgb(145,86,92); }

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

<style>
 a { background-color: #91565C; }

 a { background-color: rgb(145,86,92); }

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

<style>
 span { border-color: #91565C; }

 span { border-color: rgb(145,86,92); }

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