#96516B

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

Shades of Vin Rouge #96516B

Tints of Vin Rouge #96516B

Color information

#96516B (or 0x96516B) is unknown color: approx Vin Rouge. HEX triplet: 96, 51 and 6B. RGB value is (150,81,107). Sum of RGB (Red+Green+Blue) = 150+81+107=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96516B is #69AE94. Grayscale: #686868. Windows color (decimal): -6925973 or 7033238. OLE color: 7033238.

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

Color convert

RGB15081107-
CMYK00.460.290.41
HSL337.39º29.87%45.29%-
HSV(B)337.39º46%58.82%-
XYZ18.1713.4315.54-
YUV104.6129.36160.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=44.38%
G=23.96%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508110700.460.290.41337.3929.8745.29
Hex96516B02E1D291511e2d
Octal22612115305635515213655
Binary100101101010001110101101011101110110100110101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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