#95505E

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

Shades of Vin Rouge #95505E

Tints of Vin Rouge #95505E

Color information

#95505E (or 0x95505E) is unknown color: approx Vin Rouge. HEX triplet: 95, 50 and 5E. RGB value is (149,80,94). Sum of RGB (Red+Green+Blue) = 149+80+94=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95505E is #6AAFA1. Grayscale: #666666. Windows color (decimal): -6991778 or 6181013. OLE color: 6181013.

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

Color convert

RGB1498094-
CMYK00.460.370.42
HSL347.83º30.13%44.9%-
HSV(B)347.83º46.31%58.43%-
XYZ17.2812.9412.18-
YUV102.23123.36161.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=46.13%
G=24.77%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149809400.460.370.42347.8330.1344.9
Hex95505E02E252A15c1e2d
Octal22512013605645525343655
Binary1001010110100001011110010111010010110101010101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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