#934F63

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

Shades of Vin Rouge #934F63

Tints of Vin Rouge #934F63

Color information

#934F63 (or 0x934F63) is unknown color: approx Vin Rouge. HEX triplet: 93, 4F and 63. RGB value is (147,79,99). Sum of RGB (Red+Green+Blue) = 147+79+99=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #934F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F63 is #6CB09C. Grayscale: #656565. Windows color (decimal): -7123101 or 6508435. OLE color: 6508435.

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

Color convert

RGB1477999-
CMYK00.460.330.42
HSL342.35º30.09%44.31%-
HSV(B)342.35º46.26%57.65%-
XYZ17.0812.713.35-
YUV101.61126.53160.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=45.23%
G=24.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147799900.460.330.42342.3530.0944.31
Hex934F6302E212A1561e2c
Octal22311714305641525263654
Binary1001001110011111100011010111010000110101010101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,79,99); }

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

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

 a { background-color: rgb(147,79,99); }

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

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

 span { border-color: rgb(147,79,99); }

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