#93565F

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

Shades of Vin Rouge #93565F

Tints of Vin Rouge #93565F

Color information

#93565F (or 0x93565F) is unknown color: approx Vin Rouge. HEX triplet: 93, 56 and 5F. RGB value is (147,86,95). Sum of RGB (Red+Green+Blue) = 147+86+95=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93565F is #6CA9A0. Grayscale: #696969. Windows color (decimal): -7121313 or 6248083. OLE color: 6248083.

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

Color convert

RGB1478695-
CMYK00.410.350.42
HSL351.15º26.18%45.69%-
HSV(B)351.15º41.5%57.65%-
XYZ17.4313.6812.55-
YUV105.26122.21157.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=44.82%
G=26.22%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147869500.410.350.42351.1526.1845.69
Hex93565F029232A15f1a2e
Octal22312613705143525373256
Binary1001001110101101011111010100110001110101010101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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