#93505C

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

Shades of Vin Rouge #93505C

Tints of Vin Rouge #93505C

Color information

#93505C (or 0x93505C) is unknown color: approx Vin Rouge. HEX triplet: 93, 50 and 5C. RGB value is (147,80,92). Sum of RGB (Red+Green+Blue) = 147+80+92=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93505C is #6CAFA3. Grayscale: #656565. Windows color (decimal): -7122852 or 6049939. OLE color: 6049939.

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

Color convert

RGB1478092-
CMYK00.460.370.42
HSL349.25º29.52%44.51%-
HSV(B)349.25º45.58%57.65%-
XYZ16.8312.7111.69-
YUV101.4122.7160.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=46.08%
G=25.08%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147809200.460.370.42349.2529.5244.51
Hex93505C02E252A15d1e2d
Octal22312013405645525353655
Binary1001001110100001011100010111010010110101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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