#96575B

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

Shades of Vin Rouge #96575B

Tints of Vin Rouge #96575B

Color information

#96575B (or 0x96575B) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 5B. RGB value is (150,87,91). Sum of RGB (Red+Green+Blue) = 150+87+91=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575B is #69A8A4. Grayscale: #6A6A6A. Windows color (decimal): -6924453 or 5986198. OLE color: 5986198.

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

Color convert

RGB1508791-
CMYK00.420.390.41
HSL356.19º26.58%46.47%-
HSV(B)356.19º42%58.82%-
XYZ17.8714.0611.67-
YUV106.29119.37159.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=45.73%
G=26.52%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150879100.420.390.41356.1926.5846.47
Hex96575B02A27291641b2e
Octal22612713305247515443356
Binary1001011010101111011011010101010011110100110110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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