#955160

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

Shades of Vin Rouge #955160

Tints of Vin Rouge #955160

Color information

#955160 (or 0x955160) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 60. RGB value is (149,81,96). Sum of RGB (Red+Green+Blue) = 149+81+96=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955160 is #6AAE9F. Grayscale: #676767. Windows color (decimal): -6991520 or 6312341. OLE color: 6312341.

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

Color convert

RGB1498196-
CMYK00.460.360.42
HSL346.76º29.57%45.1%-
HSV(B)346.76º45.64%58.43%-
XYZ17.4513.1212.68-
YUV103.04124.03160.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=45.71%
G=24.85%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149819600.460.360.42346.7629.5745.1
Hex95516002E242A15b1e2d
Octal22512114005644525333655
Binary1001010110100011100000010111010010010101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955160; }

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

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

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

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

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

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

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

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