#93515D

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

Shades of Vin Rouge #93515D

Tints of Vin Rouge #93515D

Color information

#93515D (or 0x93515D) is unknown color: approx Vin Rouge. HEX triplet: 93, 51 and 5D. RGB value is (147,81,93). Sum of RGB (Red+Green+Blue) = 147+81+93=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93515D is #6CAEA2. Grayscale: #666666. Windows color (decimal): -7122595 or 6115731. OLE color: 6115731.

HSL color Cylindrical-coordinate representation of color #93515D: hue angle of 349.09º 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 #93515D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1478193-
CMYK00.450.370.42
HSL349.09º28.95%44.71%-
HSV(B)349.09º44.9%57.65%-
XYZ16.9512.8811.95-
YUV102.1122.87160.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=45.79%
G=25.23%
B=28.97%

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
Decimal147819300.450.370.42349.0928.9544.71
Hex93515D02D252A15d1d2d
Octal22312113505545525353555
Binary1001001110100011011101010110110010110101010101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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