#945661

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

Shades of Vin Rouge #945661

Tints of Vin Rouge #945661

Color information

#945661 (or 0x945661) is unknown color: approx Vin Rouge. HEX triplet: 94, 56 and 61. RGB value is (148,86,97). Sum of RGB (Red+Green+Blue) = 148+86+97=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #945661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945661 is #6BA99E. Grayscale: #696969. Windows color (decimal): -7055775 or 6379156. OLE color: 6379156.

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

Color convert

RGB1488697-
CMYK00.420.340.42
HSL349.35º26.5%45.88%-
HSV(B)349.35º41.89%58.04%-
XYZ17.713.8113.04-
YUV105.79123.04158.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=44.71%
G=25.98%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148869700.420.340.42349.3526.545.88
Hex94566102A222A15d1a2e
Octal22412614105242525353256
Binary1001010010101101100001010101010001010101010101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945661; }

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

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

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

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

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

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

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

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