#95515D

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

Shades of Vin Rouge #95515D

Tints of Vin Rouge #95515D

Color information

#95515D (or 0x95515D) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 5D. RGB value is (149,81,93). Sum of RGB (Red+Green+Blue) = 149+81+93=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95515D is #6AAEA2. Grayscale: #666666. Windows color (decimal): -6991523 or 6115733. OLE color: 6115733.

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

Color convert

RGB1498193-
CMYK00.460.380.42
HSL349.41º29.57%45.1%-
HSV(B)349.41º45.64%58.43%-
XYZ17.3113.0611.97-
YUV102.7122.53161.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=46.13%
G=25.08%
B=28.79%

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
Decimal149819300.460.380.42349.4129.5745.1
Hex95515D02E262A15d1e2d
Octal22512113505646525353655
Binary1001010110100011011101010111010011010101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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