#96505F

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

Shades of Vin Rouge #96505F

Tints of Vin Rouge #96505F

Color information

#96505F (or 0x96505F) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 5F. RGB value is (150,80,95). Sum of RGB (Red+Green+Blue) = 150+80+95=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96505F is #69AFA0. Grayscale: #666666. Windows color (decimal): -6926241 or 6246550. OLE color: 6246550.

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

Color convert

RGB1508095-
CMYK00.470.370.41
HSL347.14º30.43%45.1%-
HSV(B)347.14º46.67%58.82%-
XYZ17.5113.0512.42-
YUV102.64123.69161.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=46.15%
G=24.62%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150809500.470.370.41347.1430.4345.1
Hex96505F02F252915b1e2d
Octal22612013705745515333655
Binary1001011010100001011111010111110010110100110101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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