#8C595C

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

Shades of Vin Rouge #8C595C

Tints of Vin Rouge #8C595C

Color information

#8C595C (or 0x8C595C) is unknown color: approx Vin Rouge. HEX triplet: 8C, 59 and 5C. RGB value is (140,89,92). Sum of RGB (Red+Green+Blue) = 140+89+92=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C595C is #73A6A3. Grayscale: #686868. Windows color (decimal): -7579300 or 6052236. OLE color: 6052236.

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

Color convert

RGB1408992-
CMYK00.360.340.45
HSL356.47º22.27%44.9%-
HSV(B)356.47º36.43%54.9%-
XYZ16.3213.4911.87-
YUV104.59120.9153.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=43.61%
G=27.73%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140899200.360.340.45356.4722.2744.9
Hex8C595C024222D164162d
Octal21413113404442555442655
Binary1000110010110011011100010010010001010110110110010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,92); }

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

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

 a { background-color: rgb(140,89,92); }

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

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

 span { border-color: rgb(140,89,92); }

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