#93555D

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

Shades of Vin Rouge #93555D

Tints of Vin Rouge #93555D

Color information

#93555D (or 0x93555D) is unknown color: approx Vin Rouge. HEX triplet: 93, 55 and 5D. RGB value is (147,85,93). Sum of RGB (Red+Green+Blue) = 147+85+93=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93555D is #6CAAA2. Grayscale: #686868. Windows color (decimal): -7121571 or 6116755. OLE color: 6116755.

HSL color Cylindrical-coordinate representation of color #93555D: hue angle of 352.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93555D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1478593-
CMYK00.420.370.42
HSL352.26º26.72%45.49%-
HSV(B)352.26º42.18%57.65%-
XYZ17.2613.4912.05-
YUV104.45121.54158.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=45.23%
G=26.15%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147859300.420.370.42352.2626.7245.49
Hex93555D02A252A1601b2d
Octal22312513505245525403355
Binary1001001110101011011101010101010010110101010110000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93555D; }

 p { color: rgb(147,85,93); }

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

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

 a { background-color: rgb(147,85,93); }

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

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

 span { border-color: rgb(147,85,93); }

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