#955161

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

Shades of Vin Rouge #955161

Tints of Vin Rouge #955161

Color information

#955161 (or 0x955161) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 61. RGB value is (149,81,97). Sum of RGB (Red+Green+Blue) = 149+81+97=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955161 is #6AAE9E. Grayscale: #676767. Windows color (decimal): -6991519 or 6377877. OLE color: 6377877.

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

Color convert

RGB1498197-
CMYK00.460.350.42
HSL345.88º29.57%45.1%-
HSV(B)345.88º45.64%58.43%-
XYZ17.4913.1412.92-
YUV103.16124.53160.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=45.57%
G=24.77%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149819700.460.350.42345.8829.5745.1
Hex95516102E232A15a1e2d
Octal22512114105643525323655
Binary1001010110100011100001010111010001110101010101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955161; }

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

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

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

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

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

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

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

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