#914D5B

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

Shades of Vin Rouge #914D5B

Tints of Vin Rouge #914D5B

Color information

#914D5B (or 0x914D5B) is unknown color: approx Vin Rouge. HEX triplet: 91, 4D and 5B. RGB value is (145,77,91). Sum of RGB (Red+Green+Blue) = 145+77+91=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #914D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D5B is #6EB2A4. Grayscale: #626262. Windows color (decimal): -7254693 or 5983633. OLE color: 5983633.

HSL color Cylindrical-coordinate representation of color #914D5B: hue angle of 347.65º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D5B is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1457791-
CMYK00.470.370.43
HSL347.65º30.63%43.53%-
HSV(B)347.65º46.9%56.86%-
XYZ16.2212.0811.37-
YUV98.93123.53160.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=46.33%
G=24.60%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145779100.470.370.43347.6530.6343.53
Hex914D5B02F252B15c1f2c
Octal22111513305745535343754
Binary1001000110011011011011010111110010110101110101110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D5B; }

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

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

<style>
 a { background-color: #914D5B; }

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

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

<style>
 span { border-color: #914D5B; }

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

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