#945759

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

Shades of Vin Rouge #945759

Tints of Vin Rouge #945759

Color information

#945759 (or 0x945759) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 59. RGB value is (148,87,89). Sum of RGB (Red+Green+Blue) = 148+87+89=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #945759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945759 is #6BA8A6. Grayscale: #696969. Windows color (decimal): -7055527 or 5855124. OLE color: 5855124.

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

Color convert

RGB1488789-
CMYK00.410.400.42
HSL358.03º25.96%46.08%-
HSV(B)358.03º41.22%58.04%-
XYZ17.4213.8311.2-
YUV105.47118.71158.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=45.68%
G=26.85%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148878900.410.400.42358.0325.9646.08
Hex945759029282A1661a2e
Octal22412713105150525463256
Binary1001010010101111011001010100110100010101010110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945759; }

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

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

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

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

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

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

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

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