#93545D

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

Shades of Vin Rouge #93545D

Tints of Vin Rouge #93545D

Color information

#93545D (or 0x93545D) is unknown color: approx Vin Rouge. HEX triplet: 93, 54 and 5D. RGB value is (147,84,93). Sum of RGB (Red+Green+Blue) = 147+84+93=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93545D is #6CABA2. Grayscale: #676767. Windows color (decimal): -7121827 or 6116499. OLE color: 6116499.

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

Color convert

RGB1478493-
CMYK00.430.370.42
HSL351.43º27.27%45.29%-
HSV(B)351.43º42.86%57.65%-
XYZ17.1813.3312.02-
YUV103.86121.87158.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=45.37%
G=25.93%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147849300.430.370.42351.4327.2745.29
Hex93545D02B252A15f1b2d
Octal22312413505345525373355
Binary1001001110101001011101010101110010110101010101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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