#945966

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

Shades of Vin Rouge #945966

Tints of Vin Rouge #945966

Color information

#945966 (or 0x945966) is unknown color: approx Vin Rouge. HEX triplet: 94, 59 and 66. RGB value is (148,89,102). Sum of RGB (Red+Green+Blue) = 148+89+102=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #945966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945966 is #6BA699. Grayscale: #6C6C6C. Windows color (decimal): -7055002 or 6707604. OLE color: 6707604.

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

Color convert

RGB14889102-
CMYK00.400.310.42
HSL346.78º24.89%46.47%-
HSV(B)346.78º39.86%58.04%-
XYZ18.1814.414.39-
YUV108.12124.55156.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=43.66%
G=26.25%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488910200.400.310.42346.7824.8946.47
Hex9459660281F2A15b192e
Octal22413114605037525333156
Binary100101001011001110011001010001111110101010101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945966; }

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

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

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

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

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

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

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

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