#93565C

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

Shades of Vin Rouge #93565C

Tints of Vin Rouge #93565C

Color information

#93565C (or 0x93565C) is unknown color: approx Vin Rouge. HEX triplet: 93, 56 and 5C. RGB value is (147,86,92). Sum of RGB (Red+Green+Blue) = 147+86+92=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93565C is #6CA9A3. Grayscale: #686868. Windows color (decimal): -7121316 or 6051475. OLE color: 6051475.

HSL color Cylindrical-coordinate representation of color #93565C: hue angle of 354.1º 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 #93565C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1478692-
CMYK00.410.370.42
HSL354.1º26.18%45.69%-
HSV(B)354.1º41.5%57.65%-
XYZ17.2913.6311.84-
YUV104.92120.71158.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=45.23%
G=26.46%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147869200.410.370.42354.126.1845.69
Hex93565C029252A1621a2e
Octal22312613405145525423256
Binary1001001110101101011100010100110010110101010110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93565C; }

 p { color: rgb(147,86,92); }

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

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

 a { background-color: rgb(147,86,92); }

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

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

 span { border-color: rgb(147,86,92); }

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