#945560

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

Shades of Vin Rouge #945560

Tints of Vin Rouge #945560

Color information

#945560 (or 0x945560) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 60. RGB value is (148,85,96). Sum of RGB (Red+Green+Blue) = 148+85+96=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945560 is #6BAA9F. Grayscale: #696969. Windows color (decimal): -7056032 or 6313364. OLE color: 6313364.

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

Color convert

RGB1488596-
CMYK00.430.350.42
HSL349.52º27.04%45.69%-
HSV(B)349.52º42.57%58.04%-
XYZ17.5713.6412.77-
YUV105.09122.87158.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=44.98%
G=25.84%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148859600.430.350.42349.5227.0445.69
Hex94556002B232A15e1b2e
Octal22412514005343525363356
Binary1001010010101011100000010101110001110101010101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945560; }

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

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

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

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

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

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

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

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