#8C555D

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

Shades of Vin Rouge #8C555D

Tints of Vin Rouge #8C555D

Color information

#8C555D (or 0x8C555D) is unknown color: approx Vin Rouge. HEX triplet: 8C, 55 and 5D. RGB value is (140,85,93). Sum of RGB (Red+Green+Blue) = 140+85+93=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555D is #73AAA2. Grayscale: #666666. Windows color (decimal): -7580323 or 6116748. OLE color: 6116748.

HSL color Cylindrical-coordinate representation of color #8C555D: hue angle of 351.27º 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 #8C555D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1408593-
CMYK00.390.340.45
HSL351.27º24.44%44.12%-
HSV(B)351.27º39.29%54.9%-
XYZ16.0412.8611.99-
YUV102.36122.72154.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=44.03%
G=26.73%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140859300.390.340.45351.2724.4444.12
Hex8C555D027222D15f182c
Octal21412513504742555373054
Binary1000110010101011011101010011110001010110110101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,93); }

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

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

 a { background-color: rgb(140,85,93); }

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

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

 span { border-color: rgb(140,85,93); }

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