#95505D

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

Shades of Vin Rouge #95505D

Tints of Vin Rouge #95505D

Color information

#95505D (or 0x95505D) is unknown color: approx Vin Rouge. HEX triplet: 95, 50 and 5D. RGB value is (149,80,93). Sum of RGB (Red+Green+Blue) = 149+80+93=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95505D is #6AAFA2. Grayscale: #666666. Windows color (decimal): -6991779 or 6115477. OLE color: 6115477.

HSL color Cylindrical-coordinate representation of color #95505D: hue angle of 348.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95505D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1498093-
CMYK00.460.380.42
HSL348.7º30.13%44.9%-
HSV(B)348.7º46.31%58.43%-
XYZ17.2412.9211.94-
YUV102.11122.86161.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=46.27%
G=24.84%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149809300.460.380.42348.730.1344.9
Hex95505D02E262A15d1e2d
Octal22512013505646525353655
Binary1001010110100001011101010111010011010101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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