#945566

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

Shades of Vin Rouge #945566

Tints of Vin Rouge #945566

Color information

#945566 (or 0x945566) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 66. RGB value is (148,85,102). Sum of RGB (Red+Green+Blue) = 148+85+102=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945566 is #6BAA99. Grayscale: #696969. Windows color (decimal): -7056026 or 6706580. OLE color: 6706580.

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

Color convert

RGB14885102-
CMYK00.430.310.42
HSL343.81º27.04%45.69%-
HSV(B)343.81º42.57%58.04%-
XYZ17.8613.7514.28-
YUV105.78125.87158.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=44.18%
G=25.37%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488510200.430.310.42343.8127.0445.69
Hex94556602B1F2A1581b2e
Octal22412514605337525303356
Binary100101001010101110011001010111111110101010101100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945566; }

 p { color: rgb(148,85,102); }

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

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

 a { background-color: rgb(148,85,102); }

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

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

 span { border-color: rgb(148,85,102); }

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