#915C5D

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

Shades of Vin Rouge #915C5D

Tints of Vin Rouge #915C5D

Color information

#915C5D (or 0x915C5D) is unknown color: approx Vin Rouge. HEX triplet: 91, 5C and 5D. RGB value is (145,92,93). Sum of RGB (Red+Green+Blue) = 145+92+93=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C5D is #6EA3A2. Grayscale: #6C6C6C. Windows color (decimal): -7250851 or 6118545. OLE color: 6118545.

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

Color convert

RGB1459293-
CMYK00.370.360.43
HSL358.87º22.36%46.47%-
HSV(B)358.87º36.55%56.86%-
XYZ17.4814.4612.23-
YUV107.96119.56154.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=43.94%
G=27.88%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145929300.370.360.43358.8722.3646.47
Hex915C5D025242B167162e
Octal22113413504544535472656
Binary1001000110111001011101010010110010010101110110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915C5D; }

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

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

<style>
 a { background-color: #915C5D; }

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

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

<style>
 span { border-color: #915C5D; }

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

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