#93515C

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

Shades of Vin Rouge #93515C

Tints of Vin Rouge #93515C

Color information

#93515C (or 0x93515C) is unknown color: approx Vin Rouge. HEX triplet: 93, 51 and 5C. RGB value is (147,81,92). Sum of RGB (Red+Green+Blue) = 147+81+92=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93515C is #6CAEA3. Grayscale: #666666. Windows color (decimal): -7122596 or 6050195. OLE color: 6050195.

HSL color Cylindrical-coordinate representation of color #93515C: hue angle of 350º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93515C is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1478192-
CMYK00.450.370.42
HSL350º28.95%44.71%-
HSV(B)350º44.9%57.65%-
XYZ16.9112.8611.72-
YUV101.99122.37160.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=45.94%
G=25.31%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147819200.450.370.4235028.9544.71
Hex93515C02D252A15e1d2d
Octal22312113405545525363555
Binary1001001110100011011100010110110010110101010101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93515C; }

 p { color: rgb(147,81,92); }

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

<style>
 a { background-color: #93515C; }

 a { background-color: rgb(147,81,92); }

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

<style>
 span { border-color: #93515C; }

 span { border-color: rgb(147,81,92); }

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