#93505A

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

Shades of Vin Rouge #93505A

Tints of Vin Rouge #93505A

Color information

#93505A (or 0x93505A) is unknown color: approx Vin Rouge. HEX triplet: 93, 50 and 5A. RGB value is (147,80,90). Sum of RGB (Red+Green+Blue) = 147+80+90=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #93505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93505A is #6CAFA5. Grayscale: #656565. Windows color (decimal): -7122854 or 5918867. OLE color: 5918867.

HSL color Cylindrical-coordinate representation of color #93505A: hue angle of 351.04º 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 #93505A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1478090-
CMYK00.460.390.42
HSL351.04º29.52%44.51%-
HSV(B)351.04º45.58%57.65%-
XYZ16.7512.6811.24-
YUV101.17121.7160.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=46.37%
G=25.24%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147809000.460.390.42351.0429.5244.51
Hex93505A02E272A15f1e2d
Octal22312013205647525373655
Binary1001001110100001011010010111010011110101010101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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