#93535C

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

Shades of Vin Rouge #93535C

Tints of Vin Rouge #93535C

Color information

#93535C (or 0x93535C) is unknown color: approx Vin Rouge. HEX triplet: 93, 53 and 5C. RGB value is (147,83,92). Sum of RGB (Red+Green+Blue) = 147+83+92=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93535C is #6CACA3. Grayscale: #676767. Windows color (decimal): -7122084 or 6050707. OLE color: 6050707.

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

Color convert

RGB1478392-
CMYK00.440.370.42
HSL351.56º27.83%45.1%-
HSV(B)351.56º43.54%57.65%-
XYZ17.0613.1611.77-
YUV103.16121.7159.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=45.65%
G=25.78%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147839200.440.370.42351.5627.8345.1
Hex93535C02C252A1601c2d
Octal22312313405445525403455
Binary1001001110100111011100010110010010110101010110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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