#93575B

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

Shades of Vin Rouge #93575B

Tints of Vin Rouge #93575B

Color information

#93575B (or 0x93575B) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 5B. RGB value is (147,87,91). Sum of RGB (Red+Green+Blue) = 147+87+91=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575B is #6CA8A4. Grayscale: #696969. Windows color (decimal): -7121061 or 5986195. OLE color: 5986195.

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

Color convert

RGB1478791-
CMYK00.410.380.42
HSL356º25.64%45.88%-
HSV(B)356º40.82%57.65%-
XYZ17.3313.7711.64-
YUV105.4119.88157.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 91 (35.94% from 255) = 28%
R=45.23%
G=26.77%
B=28%

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
Decimal147879100.410.380.4235625.6445.88
Hex93575B029262A1641a2e
Octal22312713305146525443256
Binary1001001110101111011011010100110011010101010110010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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