#96525D

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

Shades of Vin Rouge #96525D

Tints of Vin Rouge #96525D

Color information

#96525D (or 0x96525D) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 5D. RGB value is (150,82,93). Sum of RGB (Red+Green+Blue) = 150+82+93=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96525D is #69ADA2. Grayscale: #676767. Windows color (decimal): -6925731 or 6115990. OLE color: 6115990.

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

Color convert

RGB1508293-
CMYK00.450.380.41
HSL350.29º29.31%45.49%-
HSV(B)350.29º45.33%58.82%-
XYZ17.5713.3112-
YUV103.59122.03161.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=46.15%
G=25.23%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150829300.450.380.41350.2929.3145.49
Hex96525D02D262915e1d2d
Octal22612213505546515363555
Binary1001011010100101011101010110110011010100110101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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