#955461

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

Shades of Vin Rouge #955461

Tints of Vin Rouge #955461

Color information

#955461 (or 0x955461) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 61. RGB value is (149,84,97). Sum of RGB (Red+Green+Blue) = 149+84+97=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #955461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955461 is #6AAB9E. Grayscale: #686868. Windows color (decimal): -6990751 or 6378645. OLE color: 6378645.

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

Color convert

RGB1498497-
CMYK00.440.350.42
HSL348º27.9%45.69%-
HSV(B)348º43.62%58.43%-
XYZ17.7213.5913-
YUV104.92123.53159.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=45.15%
G=25.45%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149849700.440.350.4234827.945.69
Hex95546102C232A15c1c2e
Octal22512414105443525343456
Binary1001010110101001100001010110010001110101010101110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955461; }

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

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

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

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

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

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

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

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