#945D63

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

Shades of Vin Rouge #945D63

Tints of Vin Rouge #945D63

Color information

#945D63 (or 0x945D63) is unknown color: approx Vin Rouge. HEX triplet: 94, 5D and 63. RGB value is (148,93,99). Sum of RGB (Red+Green+Blue) = 148+93+99=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #945D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D63 is #6BA29C. Grayscale: #6E6E6E. Windows color (decimal): -7053981 or 6512020. OLE color: 6512020.

HSL color Cylindrical-coordinate representation of color #945D63: hue angle of 353.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #945D63 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1489399-
CMYK00.370.330.42
HSL353.45º22.82%47.25%-
HSV(B)353.45º37.16%58.04%-
XYZ18.3815.0313.74-
YUV110.13121.72155.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=43.53%
G=27.35%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148939900.370.330.42353.4522.8247.25
Hex945D63025212A161172f
Octal22413514304541525412757
Binary1001010010111011100011010010110000110101010110000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945D63; }

 p { color: rgb(148,93,99); }

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

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

 a { background-color: rgb(148,93,99); }

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

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

 span { border-color: rgb(148,93,99); }

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