#91585C

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

Shades of Vin Rouge #91585C

Tints of Vin Rouge #91585C

Color information

#91585C (or 0x91585C) is unknown color: approx Vin Rouge. HEX triplet: 91, 58 and 5C. RGB value is (145,88,92). Sum of RGB (Red+Green+Blue) = 145+88+92=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91585C is #6EA7A3. Grayscale: #696969. Windows color (decimal): -7251876 or 6051985. OLE color: 6051985.

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

Color convert

RGB1458892-
CMYK00.390.370.43
HSL355.79º24.46%45.69%-
HSV(B)355.79º39.31%56.86%-
XYZ17.113.7711.88-
YUV105.5120.38156.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=44.62%
G=27.08%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145889200.390.370.43355.7924.4645.69
Hex91585C027252B164182e
Octal22113013404745535443056
Binary1001000110110001011100010011110010110101110110010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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