#93575A

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

Shades of Vin Rouge #93575A

Tints of Vin Rouge #93575A

Color information

#93575A (or 0x93575A) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 5A. RGB value is (147,87,90). Sum of RGB (Red+Green+Blue) = 147+87+90=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575A is #6CA8A5. Grayscale: #696969. Windows color (decimal): -7121062 or 5920659. OLE color: 5920659.

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

Color convert

RGB1478790-
CMYK00.410.390.42
HSL357º25.64%45.88%-
HSV(B)357º40.82%57.65%-
XYZ17.2913.7611.42-
YUV105.28119.38157.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=45.37%
G=26.85%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147879000.410.390.4235725.6445.88
Hex93575A029272A1651a2e
Octal22312713205147525453256
Binary1001001110101111011010010100110011110101010110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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