#95545D

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

Shades of Vin Rouge #95545D

Tints of Vin Rouge #95545D

Color information

#95545D (or 0x95545D) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 5D. RGB value is (149,84,93). Sum of RGB (Red+Green+Blue) = 149+84+93=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95545D is #6AABA2. Grayscale: #686868. Windows color (decimal): -6990755 or 6116501. OLE color: 6116501.

HSL color Cylindrical-coordinate representation of color #95545D: hue angle of 351.69º 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 #95545D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1498493-
CMYK00.440.380.42
HSL351.69º27.9%45.69%-
HSV(B)351.69º43.62%58.43%-
XYZ17.5413.5212.04-
YUV104.46121.53159.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=45.71%
G=25.77%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149849300.440.380.42351.6927.945.69
Hex95545D02C262A1601c2e
Octal22512413505446525403456
Binary1001010110101001011101010110010011010101010110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95545D; }

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

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

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

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

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

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

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

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