#96575F

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

Shades of Vin Rouge #96575F

Tints of Vin Rouge #96575F

Color information

#96575F (or 0x96575F) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 5F. RGB value is (150,87,95). Sum of RGB (Red+Green+Blue) = 150+87+95=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575F is #69A8A0. Grayscale: #6A6A6A. Windows color (decimal): -6924449 or 6248342. OLE color: 6248342.

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

Color convert

RGB1508795-
CMYK00.420.370.41
HSL352.38º26.58%46.47%-
HSV(B)352.38º42%58.82%-
XYZ18.0514.1312.6-
YUV106.75121.37158.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=45.18%
G=26.20%
B=28.61%

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
Decimal150879500.420.370.41352.3826.5846.47
Hex96575F02A25291601b2e
Octal22612713705245515403356
Binary1001011010101111011111010101010010110100110110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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