#96575E

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

Shades of Vin Rouge #96575E

Tints of Vin Rouge #96575E

Color information

#96575E (or 0x96575E) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 5E. RGB value is (150,87,94). Sum of RGB (Red+Green+Blue) = 150+87+94=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575E is #69A8A1. Grayscale: #6A6A6A. Windows color (decimal): -6924450 or 6182806. OLE color: 6182806.

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

Color convert

RGB1508794-
CMYK00.420.370.41
HSL353.33º26.58%46.47%-
HSV(B)353.33º42%58.82%-
XYZ18.0114.1112.36-
YUV106.64120.87158.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=45.32%
G=26.28%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150879400.420.370.41353.3326.5846.47
Hex96575E02A25291611b2e
Octal22612713605245515413356
Binary1001011010101111011110010101010010110100110110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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