#96546D

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

Shades of Vin Rouge #96546D

Tints of Vin Rouge #96546D

Color information

#96546D (or 0x96546D) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 6D. RGB value is (150,84,109). Sum of RGB (Red+Green+Blue) = 150+84+109=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96546D is #69AB92. Grayscale: #6A6A6A. Windows color (decimal): -6925203 or 7165078. OLE color: 7165078.

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

Color convert

RGB15084109-
CMYK00.440.270.41
HSL337.27º28.21%45.88%-
HSV(B)337.27º44%58.82%-
XYZ18.5113.9316.18-
YUV106.58129.37158.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=43.73%
G=24.49%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508410900.440.270.41337.2728.2145.88
Hex96546D02C1B291511c2e
Octal22612415505433515213456
Binary100101101010100110110101011001101110100110101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,84,109); }

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

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

 a { background-color: rgb(150,84,109); }

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

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

 span { border-color: rgb(150,84,109); }

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