#8C575B

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

Shades of Vin Rouge #8C575B

Tints of Vin Rouge #8C575B

Color information

#8C575B (or 0x8C575B) is unknown color: approx Vin Rouge. HEX triplet: 8C, 57 and 5B. RGB value is (140,87,91). Sum of RGB (Red+Green+Blue) = 140+87+91=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C575B is #73A8A4. Grayscale: #676767. Windows color (decimal): -7579813 or 5986188. OLE color: 5986188.

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

Color convert

RGB1408791-
CMYK00.380.350.45
HSL355.47º23.35%44.51%-
HSV(B)355.47º37.86%54.9%-
XYZ16.1113.1511.59-
YUV103.3121.06154.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=44.03%
G=27.36%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140879100.380.350.45355.4723.3544.51
Hex8C575B026232D163172d
Octal21412713304643555432755
Binary1000110010101111011011010011010001110110110110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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