#96546B

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

Shades of Vin Rouge #96546B

Tints of Vin Rouge #96546B

Color information

#96546B (or 0x96546B) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 6B. RGB value is (150,84,107). Sum of RGB (Red+Green+Blue) = 150+84+107=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96546B is #69AB94. Grayscale: #6A6A6A. Windows color (decimal): -6925205 or 7034006. OLE color: 7034006.

HSL color Cylindrical-coordinate representation of color #96546B: hue angle of 339.09º 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 #96546B is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15084107-
CMYK00.440.290.41
HSL339.09º28.21%45.88%-
HSV(B)339.09º44%58.82%-
XYZ18.413.8915.62-
YUV106.36128.37159.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=43.99%
G=24.63%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508410700.440.290.41339.0928.2145.88
Hex96546B02C1D291531c2e
Octal22612415305435515233456
Binary100101101010100110101101011001110110100110101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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