#934D61

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

Shades of Vin Rouge #934D61

Tints of Vin Rouge #934D61

Color information

#934D61 (or 0x934D61) is unknown color: approx Vin Rouge. HEX triplet: 93, 4D and 61. RGB value is (147,77,97). Sum of RGB (Red+Green+Blue) = 147+77+97=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #934D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D61 is #6CB29E. Grayscale: #646464. Windows color (decimal): -7123615 or 6376851. OLE color: 6376851.

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

Color convert

RGB1477797-
CMYK00.480.340.42
HSL342.86º31.25%43.92%-
HSV(B)342.86º47.62%57.65%-
XYZ16.8412.3712.81-
YUV100.21126.19161.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=45.79%
G=23.99%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147779700.480.340.42342.8631.2543.92
Hex934D61030222A1571f2c
Octal22311514106042525273754
Binary1001001110011011100001011000010001010101010101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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