#93595B

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

Shades of Vin Rouge #93595B

Tints of Vin Rouge #93595B

Color information

#93595B (or 0x93595B) is unknown color: approx Vin Rouge. HEX triplet: 93, 59 and 5B. RGB value is (147,89,91). Sum of RGB (Red+Green+Blue) = 147+89+91=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595B is #6CA6A4. Grayscale: #6A6A6A. Windows color (decimal): -7120549 or 5986707. OLE color: 5986707.

HSL color Cylindrical-coordinate representation of color #93595B: hue angle of 357.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93595B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1478991-
CMYK00.390.380.42
HSL357.93º24.58%46.27%-
HSV(B)357.93º39.46%57.65%-
XYZ17.4914.111.7-
YUV106.57119.22156.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=44.95%
G=27.22%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147899100.390.380.42357.9324.5846.27
Hex93595B027262A166192e
Octal22313113304746525463156
Binary1001001110110011011011010011110011010101010110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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