#935863

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

Shades of Vin Rouge #935863

Tints of Vin Rouge #935863

Color information

#935863 (or 0x935863) is unknown color: approx Vin Rouge. HEX triplet: 93, 58 and 63. RGB value is (147,88,99). Sum of RGB (Red+Green+Blue) = 147+88+99=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #935863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935863 is #6CA79C. Grayscale: #6A6A6A. Windows color (decimal): -7120797 or 6510739. OLE color: 6510739.

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

Color convert

RGB1478899-
CMYK00.400.330.42
HSL348.81º25.11%46.08%-
HSV(B)348.81º40.14%57.65%-
XYZ17.7714.0813.59-
YUV106.9123.55156.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=44.01%
G=26.35%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147889900.400.330.42348.8125.1146.08
Hex935863028212A15d192e
Octal22313014305041525353156
Binary1001001110110001100011010100010000110101010101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935863; }

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

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

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

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

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

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

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

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