#96565B

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

Shades of Vin Rouge #96565B

Tints of Vin Rouge #96565B

Color information

#96565B (or 0x96565B) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 5B. RGB value is (150,86,91). Sum of RGB (Red+Green+Blue) = 150+86+91=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565B is #69A9A4. Grayscale: #696969. Windows color (decimal): -6924709 or 5985942. OLE color: 5985942.

HSL color Cylindrical-coordinate representation of color #96565B: hue angle of 355.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96565B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1508691-
CMYK00.430.390.41
HSL355.31º27.12%46.27%-
HSV(B)355.31º42.67%58.82%-
XYZ17.7913.8911.64-
YUV105.71119.7159.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=45.87%
G=26.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150869100.430.390.41355.3127.1246.27
Hex96565B02B27291631b2e
Octal22612613305347515433356
Binary1001011010101101011011010101110011110100110110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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