#945863

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

Shades of Vin Rouge #945863

Tints of Vin Rouge #945863

Color information

#945863 (or 0x945863) is unknown color: approx Vin Rouge. HEX triplet: 94, 58 and 63. RGB value is (148,88,99). Sum of RGB (Red+Green+Blue) = 148+88+99=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945863 is #6BA79C. Grayscale: #6B6B6B. Windows color (decimal): -7055261 or 6510740. OLE color: 6510740.

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

Color convert

RGB1488899-
CMYK00.410.330.42
HSL349º25.42%46.27%-
HSV(B)349º40.54%58.04%-
XYZ17.9514.1813.59-
YUV107.19123.38157.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=44.18%
G=26.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148889900.410.330.4234925.4246.27
Hex945863029212A15d192e
Octal22413014305141525353156
Binary1001010010110001100011010100110000110101010101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945863; }

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

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

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

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

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

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

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

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