#945565

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

Shades of Vin Rouge #945565

Tints of Vin Rouge #945565

Color information

#945565 (or 0x945565) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 65. RGB value is (148,85,101). Sum of RGB (Red+Green+Blue) = 148+85+101=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945565 is #6BAA9A. Grayscale: #696969. Windows color (decimal): -7056027 or 6641044. OLE color: 6641044.

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

Color convert

RGB14885101-
CMYK00.430.320.42
HSL344.76º27.04%45.69%-
HSV(B)344.76º42.57%58.04%-
XYZ17.8113.7314.02-
YUV105.66125.37158.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=44.31%
G=25.45%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488510100.430.320.42344.7627.0445.69
Hex94556502B202A1591b2e
Octal22412514505340525313356
Binary1001010010101011100101010101110000010101010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945565; }

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

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

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

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

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

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

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

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