#96575D

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

Shades of Vin Rouge #96575D

Tints of Vin Rouge #96575D

Color information

#96575D (or 0x96575D) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 5D. RGB value is (150,87,93). Sum of RGB (Red+Green+Blue) = 150+87+93=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575D is #69A8A2. Grayscale: #6A6A6A. Windows color (decimal): -6924451 or 6117270. OLE color: 6117270.

HSL color Cylindrical-coordinate representation of color #96575D: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96575D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1508793-
CMYK00.420.380.41
HSL354.29º26.58%46.47%-
HSV(B)354.29º42%58.82%-
XYZ17.9614.0912.13-
YUV106.52120.37159.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=45.45%
G=26.36%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150879300.420.380.41354.2926.5846.47
Hex96575D02A26291621b2e
Octal22612713505246515423356
Binary1001011010101111011101010101010011010100110110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96575D; }

 p { color: rgb(150,87,93); }

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

<style>
 a { background-color: #96575D; }

 a { background-color: rgb(150,87,93); }

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

<style>
 span { border-color: #96575D; }

 span { border-color: rgb(150,87,93); }

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