#995759

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

Shades of Vin Rouge #995759

Tints of Vin Rouge #995759

Color information

#995759 (or 0x995759) is unknown color: approx Vin Rouge. HEX triplet: 99, 57 and 59. RGB value is (153,87,89). Sum of RGB (Red+Green+Blue) = 153+87+89=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995759 is #66A8A6. Grayscale: #6B6B6B. Windows color (decimal): -6727847 or 5855129. OLE color: 5855129.

HSL color Cylindrical-coordinate representation of color #995759: hue angle of 358.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995759 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1538789-
CMYK00.430.420.4
HSL358.18º27.5%47.06%-
HSV(B)358.18º43.14%60%-
XYZ18.3514.3111.25-
YUV106.96117.87160.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=46.50%
G=26.44%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153878900.430.420.4358.1827.547.06
Hex99575902B2A281661c2f
Octal23112713105352505463457
Binary1001100110101111011001010101110101010100010110011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995759; }

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

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

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

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

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

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

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

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