#91565B

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

Shades of Vin Rouge #91565B

Tints of Vin Rouge #91565B

Color information

#91565B (or 0x91565B) is unknown color: approx Vin Rouge. HEX triplet: 91, 56 and 5B. RGB value is (145,86,91). Sum of RGB (Red+Green+Blue) = 145+86+91=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91565B is #6EA9A4. Grayscale: #686868. Windows color (decimal): -7252389 or 5985937. OLE color: 5985937.

HSL color Cylindrical-coordinate representation of color #91565B: hue angle of 354.92º 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 #91565B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1458691-
CMYK00.410.370.43
HSL354.92º25.54%45.29%-
HSV(B)354.92º40.69%56.86%-
XYZ16.8913.4311.6-
YUV104.21120.55157.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=45.03%
G=26.71%
B=28.26%

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
Decimal145869100.410.370.43354.9225.5445.29
Hex91565B029252B1631a2d
Octal22112613305145535433255
Binary1001000110101101011011010100110010110101110110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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