#96506B

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

Shades of Vin Rouge #96506B

Tints of Vin Rouge #96506B

Color information

#96506B (or 0x96506B) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 6B. RGB value is (150,80,107). Sum of RGB (Red+Green+Blue) = 150+80+107=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96506B is #69AF94. Grayscale: #676767. Windows color (decimal): -6926229 or 7032982. OLE color: 7032982.

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

Color convert

RGB15080107-
CMYK00.470.290.41
HSL336.86º30.43%45.1%-
HSV(B)336.86º46.67%58.82%-
XYZ18.113.2815.52-
YUV104.01129.69160.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=44.51%
G=23.74%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508010700.470.290.41336.8630.4345.1
Hex96506B02F1D291511e2d
Octal22612015305735515213655
Binary100101101010000110101101011111110110100110101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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