#94566A

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

Shades of Vin Rouge #94566A

Tints of Vin Rouge #94566A

Color information

#94566A (or 0x94566A) is unknown color: approx Vin Rouge. HEX triplet: 94, 56 and 6A. RGB value is (148,86,106). Sum of RGB (Red+Green+Blue) = 148+86+106=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94566A is #6BA995. Grayscale: #6A6A6A. Windows color (decimal): -7055766 or 6968980. OLE color: 6968980.

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

Color convert

RGB14886106-
CMYK00.420.280.42
HSL340.65º26.5%45.88%-
HSV(B)340.65º41.89%58.04%-
XYZ18.1413.9915.38-
YUV106.82127.54157.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=43.53%
G=25.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488610600.420.280.42340.6526.545.88
Hex94566A02A1C2A1551a2e
Octal22412615205234525253256
Binary100101001010110110101001010101110010101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,86,106); }

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

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

 a { background-color: rgb(148,86,106); }

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

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

 span { border-color: rgb(148,86,106); }

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