#95556D

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

Shades of Vin Rouge #95556D

Tints of Vin Rouge #95556D

Color information

#95556D (or 0x95556D) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 6D. RGB value is (149,85,109). Sum of RGB (Red+Green+Blue) = 149+85+109=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95556D is #6AAA92. Grayscale: #6A6A6A. Windows color (decimal): -6990483 or 7165333. OLE color: 7165333.

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

Color convert

RGB14985109-
CMYK00.430.270.42
HSL337.5º27.35%45.88%-
HSV(B)337.5º42.95%58.43%-
XYZ18.413.9916.2-
YUV106.87129.2158.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=43.44%
G=24.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498510900.430.270.42337.527.3545.88
Hex95556D02B1B2A1521b2e
Octal22512515505333525223356
Binary100101011010101110110101010111101110101010101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95556D; }

 p { color: rgb(149,85,109); }

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

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

 a { background-color: rgb(149,85,109); }

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

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

 span { border-color: rgb(149,85,109); }

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