#935765

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

Shades of Vin Rouge #935765

Tints of Vin Rouge #935765

Color information

#935765 (or 0x935765) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 65. RGB value is (147,87,101). Sum of RGB (Red+Green+Blue) = 147+87+101=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #935765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935765 is #6CA89A. Grayscale: #6A6A6A. Windows color (decimal): -7121051 or 6641555. OLE color: 6641555.

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

Color convert

RGB14787101-
CMYK00.410.310.42
HSL346º25.64%45.88%-
HSV(B)346º40.82%57.65%-
XYZ17.7913.9614.07-
YUV106.54124.88156.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=43.88%
G=25.97%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478710100.410.310.4234625.6445.88
Hex9357650291F2A15a1a2e
Octal22312714505137525323256
Binary100100111010111110010101010011111110101010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935765; }

 p { color: rgb(147,87,101); }

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

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

 a { background-color: rgb(147,87,101); }

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

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

 span { border-color: rgb(147,87,101); }

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