#93575E

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

Shades of Vin Rouge #93575E

Tints of Vin Rouge #93575E

Color information

#93575E (or 0x93575E) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 5E. RGB value is (147,87,94). Sum of RGB (Red+Green+Blue) = 147+87+94=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575E is #6CA8A1. Grayscale: #696969. Windows color (decimal): -7121058 or 6182803. OLE color: 6182803.

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

Color convert

RGB1478794-
CMYK00.410.360.42
HSL353º25.64%45.88%-
HSV(B)353º40.82%57.65%-
XYZ17.4613.8312.34-
YUV105.74121.38157.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=44.82%
G=26.52%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147879400.410.360.4235325.6445.88
Hex93575E029242A1611a2e
Octal22312713605144525413256
Binary1001001110101111011110010100110010010101010110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93575E; }

 p { color: rgb(147,87,94); }

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

<style>
 a { background-color: #93575E; }

 a { background-color: rgb(147,87,94); }

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

<style>
 span { border-color: #93575E; }

 span { border-color: rgb(147,87,94); }

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