#934D5B

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

Shades of Vin Rouge #934D5B

Tints of Vin Rouge #934D5B

Color information

#934D5B (or 0x934D5B) is unknown color: approx Vin Rouge. HEX triplet: 93, 4D and 5B. RGB value is (147,77,91). Sum of RGB (Red+Green+Blue) = 147+77+91=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #934D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D5B is #6CB2A4. Grayscale: #636363. Windows color (decimal): -7123621 or 5983635. OLE color: 5983635.

HSL color Cylindrical-coordinate representation of color #934D5B: hue angle of 348º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D5B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1477791-
CMYK00.480.380.42
HSL348º31.25%43.92%-
HSV(B)348º47.62%57.65%-
XYZ16.5712.2711.39-
YUV99.53123.19161.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=46.67%
G=24.44%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147779100.480.380.4234831.2543.92
Hex934D5B030262A15c1f2c
Octal22311513306046525343754
Binary1001001110011011011011011000010011010101010101110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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