#935963

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

Shades of Vin Rouge #935963

Tints of Vin Rouge #935963

Color information

#935963 (or 0x935963) is unknown color: approx Vin Rouge. HEX triplet: 93, 59 and 63. RGB value is (147,89,99). Sum of RGB (Red+Green+Blue) = 147+89+99=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #935963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935963 is #6CA69C. Grayscale: #6B6B6B. Windows color (decimal): -7120541 or 6510995. OLE color: 6510995.

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

Color convert

RGB1478999-
CMYK00.390.330.42
HSL349.66º24.58%46.27%-
HSV(B)349.66º39.46%57.65%-
XYZ17.8614.2513.61-
YUV107.48123.22156.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=43.88%
G=26.57%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147899900.390.330.42349.6624.5846.27
Hex935963027212A15e192e
Octal22313114304741525363156
Binary1001001110110011100011010011110000110101010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935963; }

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

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

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

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

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

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

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

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