#935363

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

Shades of Vin Rouge #935363

Tints of Vin Rouge #935363

Color information

#935363 (or 0x935363) is unknown color: approx Vin Rouge. HEX triplet: 93, 53 and 63. RGB value is (147,83,99). Sum of RGB (Red+Green+Blue) = 147+83+99=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #935363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935363 is #6CAC9C. Grayscale: #676767. Windows color (decimal): -7122077 or 6509459. OLE color: 6509459.

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

Color convert

RGB1478399-
CMYK00.440.330.42
HSL345º27.83%45.1%-
HSV(B)345º43.54%57.65%-
XYZ17.3813.2913.45-
YUV103.96125.2158.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=44.68%
G=25.23%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147839900.440.330.4234527.8345.1
Hex93536302C212A1591c2d
Octal22312314305441525313455
Binary1001001110100111100011010110010000110101010101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935363; }

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

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

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

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

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

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

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

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