#8C555E

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

Shades of Vin Rouge #8C555E

Tints of Vin Rouge #8C555E

Color information

#8C555E (or 0x8C555E) is unknown color: approx Vin Rouge. HEX triplet: 8C, 55 and 5E. RGB value is (140,85,94). Sum of RGB (Red+Green+Blue) = 140+85+94=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555E is #73AAA1. Grayscale: #666666. Windows color (decimal): -7580322 or 6182284. OLE color: 6182284.

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

Color convert

RGB1408594-
CMYK00.390.330.45
HSL350.18º24.44%44.12%-
HSV(B)350.18º39.29%54.9%-
XYZ16.0812.8812.23-
YUV102.47123.22154.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=43.89%
G=26.65%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140859400.390.330.45350.1824.4444.12
Hex8C555E027212D15e182c
Octal21412513604741555363054
Binary1000110010101011011110010011110000110110110101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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