#95545E

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

Shades of Vin Rouge #95545E

Tints of Vin Rouge #95545E

Color information

#95545E (or 0x95545E) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 5E. RGB value is (149,84,94). Sum of RGB (Red+Green+Blue) = 149+84+94=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95545E is #6AABA1. Grayscale: #686868. Windows color (decimal): -6990754 or 6182037. OLE color: 6182037.

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

Color convert

RGB1498494-
CMYK00.440.370.42
HSL350.77º27.9%45.69%-
HSV(B)350.77º43.62%58.43%-
XYZ17.5913.5412.28-
YUV104.57122.03159.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=45.57%
G=25.69%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149849400.440.370.42350.7727.945.69
Hex95545E02C252A15f1c2e
Octal22512413605445525373456
Binary1001010110101001011110010110010010110101010101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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