#934E62

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

Shades of Vin Rouge #934E62

Tints of Vin Rouge #934E62

Color information

#934E62 (or 0x934E62) is unknown color: approx Vin Rouge. HEX triplet: 93, 4E and 62. RGB value is (147,78,98). Sum of RGB (Red+Green+Blue) = 147+78+98=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #934E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E62 is #6CB19D. Grayscale: #646464. Windows color (decimal): -7123358 or 6442643. OLE color: 6442643.

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

Color convert

RGB1477898-
CMYK00.470.330.42
HSL342.61º30.67%44.12%-
HSV(B)342.61º46.94%57.65%-
XYZ16.9612.5313.08-
YUV100.91126.36160.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=45.51%
G=24.15%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147789800.470.330.42342.6130.6744.12
Hex934E6202F212A1571f2c
Octal22311614205741525273754
Binary1001001110011101100010010111110000110101010101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,78,98); }

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

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

 a { background-color: rgb(147,78,98); }

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

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

 span { border-color: rgb(147,78,98); }

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