#955759

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

Shades of Vin Rouge #955759

Tints of Vin Rouge #955759

Color information

#955759 (or 0x955759) is unknown color: approx Vin Rouge. HEX triplet: 95, 57 and 59. RGB value is (149,87,89). Sum of RGB (Red+Green+Blue) = 149+87+89=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #955759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955759 is #6AA8A6. Grayscale: #696969. Windows color (decimal): -6989991 or 5855125. OLE color: 5855125.

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

Color convert

RGB1498789-
CMYK00.420.400.42
HSL358.06º26.27%46.27%-
HSV(B)358.06º41.61%58.43%-
XYZ17.6113.9311.21-
YUV105.77118.54158.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=45.85%
G=26.77%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149878900.420.400.42358.0626.2746.27
Hex95575902A282A1661a2e
Octal22512713105250525463256
Binary1001010110101111011001010101010100010101010110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955759; }

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

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

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

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

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

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

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

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