#94566B

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

Shades of Vin Rouge #94566B

Tints of Vin Rouge #94566B

Color information

#94566B (or 0x94566B) is unknown color: approx Vin Rouge. HEX triplet: 94, 56 and 6B. RGB value is (148,86,107). Sum of RGB (Red+Green+Blue) = 148+86+107=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94566B is #6BA994. Grayscale: #6A6A6A. Windows color (decimal): -7055765 or 7034516. OLE color: 7034516.

HSL color Cylindrical-coordinate representation of color #94566B: hue angle of 339.68º 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 #94566B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14886107-
CMYK00.420.280.42
HSL339.68º26.5%45.88%-
HSV(B)339.68º41.89%58.04%-
XYZ18.1914.0115.66-
YUV106.93128.04157.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=43.40%
G=25.22%
B=31.38%

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
Decimal1488610700.420.280.42339.6826.545.88
Hex94566B02A1C2A1541a2e
Octal22412615305234525243256
Binary100101001010110110101101010101110010101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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