#93575F

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

Shades of Vin Rouge #93575F

Tints of Vin Rouge #93575F

Color information

#93575F (or 0x93575F) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 5F. RGB value is (147,87,95). Sum of RGB (Red+Green+Blue) = 147+87+95=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575F is #6CA8A0. Grayscale: #696969. Windows color (decimal): -7121057 or 6248339. OLE color: 6248339.

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

Color convert

RGB1478795-
CMYK00.410.350.42
HSL352º25.64%45.88%-
HSV(B)352º40.82%57.65%-
XYZ17.5113.8512.58-
YUV105.85121.88157.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=44.68%
G=26.44%
B=28.88%

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
Decimal147879500.410.350.4235225.6445.88
Hex93575F029232A1601a2e
Octal22312713705143525403256
Binary1001001110101111011111010100110001110101010110000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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