#96535D

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

Shades of Vin Rouge #96535D

Tints of Vin Rouge #96535D

Color information

#96535D (or 0x96535D) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 5D. RGB value is (150,83,93). Sum of RGB (Red+Green+Blue) = 150+83+93=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535D is #69ACA2. Grayscale: #686868. Windows color (decimal): -6925475 or 6116246. OLE color: 6116246.

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

Color convert

RGB1508393-
CMYK00.450.380.41
HSL351.04º28.76%45.69%-
HSV(B)351.04º44.67%58.82%-
XYZ17.6513.4612.02-
YUV104.17121.7160.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=46.01%
G=25.46%
B=28.53%

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
Decimal150839300.450.380.41351.0428.7645.69
Hex96535D02D262915f1d2e
Octal22612313505546515373556
Binary1001011010100111011101010110110011010100110101111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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