#945764

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

Shades of Vin Rouge #945764

Tints of Vin Rouge #945764

Color information

#945764 (or 0x945764) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 64. RGB value is (148,87,100). Sum of RGB (Red+Green+Blue) = 148+87+100=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945764 is #6BA89B. Grayscale: #6A6A6A. Windows color (decimal): -7055516 or 6576020. OLE color: 6576020.

HSL color Cylindrical-coordinate representation of color #945764: hue angle of 347.21º degrees, saturation: 0.26, 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 #945764 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14887100-
CMYK00.410.320.42
HSL347.21º25.96%46.08%-
HSV(B)347.21º41.22%58.04%-
XYZ17.9214.0313.82-
YUV106.72124.21157.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=44.18%
G=25.97%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488710000.410.320.42347.2125.9646.08
Hex945764029202A15b1a2e
Octal22412714405140525333256
Binary1001010010101111100100010100110000010101010101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945764; }

 p { color: rgb(148,87,100); }

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

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

 a { background-color: rgb(148,87,100); }

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

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

 span { border-color: rgb(148,87,100); }

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