#96515D

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

Shades of Vin Rouge #96515D

Tints of Vin Rouge #96515D

Color information

#96515D (or 0x96515D) is unknown color: approx Vin Rouge. HEX triplet: 96, 51 and 5D. RGB value is (150,81,93). Sum of RGB (Red+Green+Blue) = 150+81+93=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96515D is #69AEA2. Grayscale: #676767. Windows color (decimal): -6925987 or 6115734. OLE color: 6115734.

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

Color convert

RGB1508193-
CMYK00.460.380.41
HSL349.57º29.87%45.29%-
HSV(B)349.57º46%58.82%-
XYZ17.513.1611.97-
YUV103122.36161.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=46.30%
G=25%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150819300.460.380.41349.5729.8745.29
Hex96515D02E262915e1e2d
Octal22612113505646515363655
Binary1001011010100011011101010111010011010100110101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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