#91595E

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

Shades of Vin Rouge #91595E

Tints of Vin Rouge #91595E

Color information

#91595E (or 0x91595E) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 5E. RGB value is (145,89,94). Sum of RGB (Red+Green+Blue) = 145+89+94=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #91595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91595E is #6EA6A1. Grayscale: #6A6A6A. Windows color (decimal): -7251618 or 6183313. OLE color: 6183313.

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

Color convert

RGB1458994-
CMYK00.390.350.43
HSL354.64º23.93%45.88%-
HSV(B)354.64º38.62%56.86%-
XYZ17.2713.9712.38-
YUV106.31121.05155.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=44.21%
G=27.13%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899400.390.350.43354.6423.9345.88
Hex91595E027232B163182e
Octal22113113604743535433056
Binary1001000110110011011110010011110001110101110110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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