#95555E

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

Shades of Vin Rouge #95555E

Tints of Vin Rouge #95555E

Color information

#95555E (or 0x95555E) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 5E. RGB value is (149,85,94). Sum of RGB (Red+Green+Blue) = 149+85+94=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95555E is #6AAAA1. Grayscale: #696969. Windows color (decimal): -6990498 or 6182293. OLE color: 6182293.

HSL color Cylindrical-coordinate representation of color #95555E: hue angle of 351.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95555E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1498594-
CMYK00.430.370.42
HSL351.56º27.35%45.88%-
HSV(B)351.56º42.95%58.43%-
XYZ17.6613.6912.3-
YUV105.16121.7159.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=45.43%
G=25.91%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149859400.430.370.42351.5627.3545.88
Hex95555E02B252A1601b2e
Octal22512513605345525403356
Binary1001010110101011011110010101110010110101010110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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