#96576B

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

Shades of Vin Rouge #96576B

Tints of Vin Rouge #96576B

Color information

#96576B (or 0x96576B) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 6B. RGB value is (150,87,107). Sum of RGB (Red+Green+Blue) = 150+87+107=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96576B is #69A894. Grayscale: #6C6C6C. Windows color (decimal): -6924437 or 7034774. OLE color: 7034774.

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

Color convert

RGB15087107-
CMYK00.420.290.41
HSL340.95º26.58%46.47%-
HSV(B)340.95º42%58.82%-
XYZ18.6414.3615.7-
YUV108.12127.37157.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=43.60%
G=25.29%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710700.420.290.41340.9526.5846.47
Hex96576B02A1D291551b2e
Octal22612715305235515253356
Binary100101101010111110101101010101110110100110101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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