#934D57

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

Shades of Vin Rouge #934D57

Tints of Vin Rouge #934D57

Color information

#934D57 (or 0x934D57) is unknown color: approx Vin Rouge. HEX triplet: 93, 4D and 57. RGB value is (147,77,87). Sum of RGB (Red+Green+Blue) = 147+77+87=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #934D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D57 is #6CB2A8. Grayscale: #636363. Windows color (decimal): -7123625 or 5721491. OLE color: 5721491.

HSL color Cylindrical-coordinate representation of color #934D57: hue angle of 351.43º 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 #934D57 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1477787-
CMYK00.480.410.42
HSL351.43º31.25%43.92%-
HSV(B)351.43º47.62%57.65%-
XYZ16.4112.210.51-
YUV99.07121.19162.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=47.27%
G=24.76%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147778700.480.410.42351.4331.2543.92
Hex934D57030292A15f1f2c
Octal22311512706051525373754
Binary1001001110011011010111011000010100110101010101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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