#93555B

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

Shades of Vin Rouge #93555B

Tints of Vin Rouge #93555B

Color information

#93555B (or 0x93555B) is unknown color: approx Vin Rouge. HEX triplet: 93, 55 and 5B. RGB value is (147,85,91). Sum of RGB (Red+Green+Blue) = 147+85+91=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93555B is #6CAAA4. Grayscale: #686868. Windows color (decimal): -7121573 or 5985683. OLE color: 5985683.

HSL color Cylindrical-coordinate representation of color #93555B: hue angle of 354.19º 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 #93555B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1478591-
CMYK00.420.380.42
HSL354.19º26.72%45.49%-
HSV(B)354.19º42.18%57.65%-
XYZ17.1713.4611.59-
YUV104.22120.54158.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=45.51%
G=26.32%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147859100.420.380.42354.1926.7245.49
Hex93555B02A262A1621b2d
Octal22312513305246525423355
Binary1001001110101011011011010101010011010101010110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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