#96505B

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

Shades of Vin Rouge #96505B

Tints of Vin Rouge #96505B

Color information

#96505B (or 0x96505B) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 5B. RGB value is (150,80,91). Sum of RGB (Red+Green+Blue) = 150+80+91=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96505B is #69AFA4. Grayscale: #666666. Windows color (decimal): -6926245 or 5984406. OLE color: 5984406.

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

Color convert

RGB1508091-
CMYK00.470.390.41
HSL350.57º30.43%45.1%-
HSV(B)350.57º46.67%58.82%-
XYZ17.3312.9811.49-
YUV102.18121.69162.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=46.73%
G=24.92%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150809100.470.390.41350.5730.4345.1
Hex96505B02F272915f1e2d
Octal22612013305747515373655
Binary1001011010100001011011010111110011110100110101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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