#955E60

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

Shades of Vin Rouge #955E60

Tints of Vin Rouge #955E60

Color information

#955E60 (or 0x955E60) is unknown color: approx Vin Rouge. HEX triplet: 95, 5E and 60. RGB value is (149,94,96). Sum of RGB (Red+Green+Blue) = 149+94+96=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E60 is #6AA19F. Grayscale: #6E6E6E. Windows color (decimal): -6988192 or 6315669. OLE color: 6315669.

HSL color Cylindrical-coordinate representation of color #955E60: hue angle of 357.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E60 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1499496-
CMYK00.370.360.42
HSL357.82º22.63%47.65%-
HSV(B)357.82º36.91%58.43%-
XYZ18.5115.2413.03-
YUV110.67119.72155.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=43.95%
G=27.73%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149949600.370.360.42357.8222.6347.65
Hex955E60025242A1661730
Octal22513614004544525462760
Binary1001010110111101100000010010110010010101010110011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,94,96); }

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

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

 a { background-color: rgb(149,94,96); }

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

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

 span { border-color: rgb(149,94,96); }

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