#8C585F

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

Shades of Vin Rouge #8C585F

Tints of Vin Rouge #8C585F

Color information

#8C585F (or 0x8C585F) is unknown color: approx Vin Rouge. HEX triplet: 8C, 58 and 5F. RGB value is (140,88,95). Sum of RGB (Red+Green+Blue) = 140+88+95=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C585F is #73A7A0. Grayscale: #686868. Windows color (decimal): -7579553 or 6248588. OLE color: 6248588.

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

Color convert

RGB1408895-
CMYK00.370.320.45
HSL351.92º22.81%44.71%-
HSV(B)351.92º37.14%54.9%-
XYZ16.3713.3812.55-
YUV104.35122.73153.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=43.34%
G=27.24%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140889500.370.320.45351.9222.8144.71
Hex8C585F025202D160172d
Octal21413013704540555402755
Binary1000110010110001011111010010110000010110110110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,95); }

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

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

 a { background-color: rgb(140,88,95); }

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

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

 span { border-color: rgb(140,88,95); }

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