#93535A

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

Shades of Vin Rouge #93535A

Tints of Vin Rouge #93535A

Color information

#93535A (or 0x93535A) is unknown color: approx Vin Rouge. HEX triplet: 93, 53 and 5A. RGB value is (147,83,90). Sum of RGB (Red+Green+Blue) = 147+83+90=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93535A is #6CACA5. Grayscale: #666666. Windows color (decimal): -7122086 or 5919635. OLE color: 5919635.

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

Color convert

RGB1478390-
CMYK00.440.390.42
HSL353.44º27.83%45.1%-
HSV(B)353.44º43.54%57.65%-
XYZ16.9713.1311.31-
YUV102.93120.7159.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=45.94%
G=25.94%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147839000.440.390.42353.4427.8345.1
Hex93535A02C272A1611c2d
Octal22312313205447525413455
Binary1001001110100111011010010110010011110101010110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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