#955564

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

Shades of Vin Rouge #955564

Tints of Vin Rouge #955564

Color information

#955564 (or 0x955564) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 64. RGB value is (149,85,100). Sum of RGB (Red+Green+Blue) = 149+85+100=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955564 is #6AAA9B. Grayscale: #696969. Windows color (decimal): -6990492 or 6575509. OLE color: 6575509.

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

Color convert

RGB14985100-
CMYK00.430.330.42
HSL345.94º27.35%45.88%-
HSV(B)345.94º42.95%58.43%-
XYZ17.9413.8113.78-
YUV105.85124.7158.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=44.61%
G=25.45%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498510000.430.330.42345.9427.3545.88
Hex95556402B212A15a1b2e
Octal22512514405341525323356
Binary1001010110101011100100010101110000110101010101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955564; }

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

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

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

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

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

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

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

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