#96575C

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

Shades of Vin Rouge #96575C

Tints of Vin Rouge #96575C

Color information

#96575C (or 0x96575C) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 5C. RGB value is (150,87,92). Sum of RGB (Red+Green+Blue) = 150+87+92=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575C is #69A8A3. Grayscale: #6A6A6A. Windows color (decimal): -6924452 or 6051734. OLE color: 6051734.

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

Color convert

RGB1508792-
CMYK00.420.390.41
HSL355.24º26.58%46.47%-
HSV(B)355.24º42%58.82%-
XYZ17.9214.0711.9-
YUV106.41119.87159.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=45.59%
G=26.44%
B=27.96%

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
Decimal150879200.420.390.41355.2426.5846.47
Hex96575C02A27291631b2e
Octal22612713405247515433356
Binary1001011010101111011100010101010011110100110110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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