#935960

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

Shades of Vin Rouge #935960

Tints of Vin Rouge #935960

Color information

#935960 (or 0x935960) is unknown color: approx Vin Rouge. HEX triplet: 93, 59 and 60. RGB value is (147,89,96). Sum of RGB (Red+Green+Blue) = 147+89+96=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #935960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935960 is #6CA69F. Grayscale: #6B6B6B. Windows color (decimal): -7120544 or 6314387. OLE color: 6314387.

HSL color Cylindrical-coordinate representation of color #935960: hue angle of 352.76º 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 #935960 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1478996-
CMYK00.390.350.42
HSL352.76º24.58%46.27%-
HSV(B)352.76º39.46%57.65%-
XYZ17.7214.1912.87-
YUV107.14121.72156.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=44.28%
G=26.81%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147899600.390.350.42352.7624.5846.27
Hex935960027232A161192e
Octal22313114004743525413156
Binary1001001110110011100000010011110001110101010110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935960; }

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

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

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

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

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

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

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

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