#955A64

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

Shades of Vin Rouge #955A64

Tints of Vin Rouge #955A64

Color information

#955A64 (or 0x955A64) is unknown color: approx Vin Rouge. HEX triplet: 95, 5A and 64. RGB value is (149,90,100). Sum of RGB (Red+Green+Blue) = 149+90+100=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A64 is #6AA59B. Grayscale: #6C6C6C. Windows color (decimal): -6989212 or 6576789. OLE color: 6576789.

HSL color Cylindrical-coordinate representation of color #955A64: hue angle of 349.83º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A64 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14990100-
CMYK00.400.330.42
HSL349.83º24.69%46.86%-
HSV(B)349.83º39.6%58.43%-
XYZ18.3514.6213.91-
YUV108.78123.05156.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=43.95%
G=26.55%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499010000.400.330.42349.8324.6946.86
Hex955A64028212A15e192f
Octal22513214405041525363157
Binary1001010110110101100100010100010000110101010101111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A64; }

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

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

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

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

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

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

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

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