#93576A

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

Shades of Vin Rouge #93576A

Tints of Vin Rouge #93576A

Color information

#93576A (or 0x93576A) is unknown color: approx Vin Rouge. HEX triplet: 93, 57 and 6A. RGB value is (147,87,106). Sum of RGB (Red+Green+Blue) = 147+87+106=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93576A is #6CA895. Grayscale: #6B6B6B. Windows color (decimal): -7121046 or 6969235. OLE color: 6969235.

HSL color Cylindrical-coordinate representation of color #93576A: hue angle of 341º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93576A is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14787106-
CMYK00.410.280.42
HSL341º25.64%45.88%-
HSV(B)341º40.82%57.65%-
XYZ18.0414.0615.4-
YUV107.11127.38156.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=43.24%
G=25.59%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478710600.410.280.4234125.6445.88
Hex93576A0291C2A1551a2e
Octal22312715205134525253256
Binary100100111010111110101001010011110010101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,87,106); }

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

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

 a { background-color: rgb(147,87,106); }

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

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

 span { border-color: rgb(147,87,106); }

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