#95555D

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

Shades of Vin Rouge #95555D

Tints of Vin Rouge #95555D

Color information

#95555D (or 0x95555D) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 5D. RGB value is (149,85,93). Sum of RGB (Red+Green+Blue) = 149+85+93=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95555D is #6AAAA2. Grayscale: #696969. Windows color (decimal): -6990499 or 6116757. OLE color: 6116757.

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

Color convert

RGB1498593-
CMYK00.430.380.42
HSL352.5º27.35%45.88%-
HSV(B)352.5º42.95%58.43%-
XYZ17.6213.6812.07-
YUV105.05121.2159.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=45.57%
G=25.99%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149859300.430.380.42352.527.3545.88
Hex95555D02B262A1601b2e
Octal22512513505346525403356
Binary1001010110101011011101010101110011010101010110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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