#945669

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

Shades of Vin Rouge #945669

Tints of Vin Rouge #945669

Color information

#945669 (or 0x945669) is unknown color: approx Vin Rouge. HEX triplet: 94, 56 and 69. RGB value is (148,86,105). Sum of RGB (Red+Green+Blue) = 148+86+105=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #945669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945669 is #6BA996. Grayscale: #6A6A6A. Windows color (decimal): -7055767 or 6903444. OLE color: 6903444.

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

Color convert

RGB14886105-
CMYK00.420.290.42
HSL341.61º26.5%45.88%-
HSV(B)341.61º41.89%58.04%-
XYZ18.0913.9715.11-
YUV106.7127.04157.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=43.66%
G=25.37%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488610500.420.290.42341.6126.545.88
Hex94566902A1D2A1561a2e
Octal22412615105235525263256
Binary100101001010110110100101010101110110101010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945669; }

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

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

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

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

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

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

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

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