#93595e

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

Shades of Vin Rouge #93595E

Tints of Vin Rouge #93595E

Color information

#93595E (or 0x93595E) is unknown color: approx Vin Rouge. HEX triplet: 93, 59 and 5E. RGB value is (147,89,94). Sum of RGB (Red+Green+Blue) = 147+89+94=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595E is #6CA6A1. Grayscale: #6A6A6A. Windows color (decimal): -7120546 or 6183315. OLE color: 6183315.

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

Color convert

RGB1478994-
CMYK00.390.360.42
HSL354.83º24.58%46.27%-
HSV(B)354.83º39.46%57.65%-
XYZ17.6314.1612.39-
YUV106.91120.72156.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=44.55%
G=26.97%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147899400.390.360.42354.8324.5846.27
Hex93595E027242A163192e
Octal22313113604744525433156
Binary1001001110110011011110010011110010010101010110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93595e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93595e; }

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

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

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

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

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

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

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

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