#8C565B

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

Shades of Vin Rouge #8C565B

Tints of Vin Rouge #8C565B

Color information

#8C565B (or 0x8C565B) is unknown color: approx Vin Rouge. HEX triplet: 8C, 56 and 5B. RGB value is (140,86,91). Sum of RGB (Red+Green+Blue) = 140+86+91=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C565B is #73A9A4. Grayscale: #666666. Windows color (decimal): -7580069 or 5985932. OLE color: 5985932.

HSL color Cylindrical-coordinate representation of color #8C565B: hue angle of 354.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C565B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1408691-
CMYK00.390.350.45
HSL354.44º23.89%44.31%-
HSV(B)354.44º38.57%54.9%-
XYZ16.0312.9911.56-
YUV102.72121.39154.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=44.16%
G=27.13%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140869100.390.350.45354.4423.8944.31
Hex8C565B027232D162182c
Octal21412613304743555423054
Binary1000110010101101011011010011110001110110110110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C565B; }

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

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

<style>
 a { background-color: #8C565B; }

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

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

<style>
 span { border-color: #8C565B; }

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

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