#93565B

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

Shades of Vin Rouge #93565B

Tints of Vin Rouge #93565B

Color information

#93565B (or 0x93565B) is unknown color: approx Vin Rouge. HEX triplet: 93, 56 and 5B. RGB value is (147,86,91). Sum of RGB (Red+Green+Blue) = 147+86+91=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93565B is #6CA9A4. Grayscale: #686868. Windows color (decimal): -7121317 or 5985939. OLE color: 5985939.

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

Color convert

RGB1478691-
CMYK00.410.380.42
HSL355.08º26.18%45.69%-
HSV(B)355.08º41.5%57.65%-
XYZ17.2513.6111.62-
YUV104.81120.21158.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=45.37%
G=26.54%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147869100.410.380.42355.0826.1845.69
Hex93565B029262A1631a2e
Octal22312613305146525433256
Binary1001001110101101011011010100110011010101010110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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