#8C5C5F

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

Shades of Vin Rouge #8C5C5F

Tints of Vin Rouge #8C5C5F

Color information

#8C5C5F (or 0x8C5C5F) is unknown color: approx Vin Rouge. HEX triplet: 8C, 5C and 5F. RGB value is (140,92,95). Sum of RGB (Red+Green+Blue) = 140+92+95=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C5F is #73A3A0. Grayscale: #6A6A6A. Windows color (decimal): -7578529 or 6249612. OLE color: 6249612.

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

Color convert

RGB1409295-
CMYK00.340.320.45
HSL356.25º20.69%45.49%-
HSV(B)356.25º34.29%54.9%-
XYZ16.7114.0612.66-
YUV106.69121.4151.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=42.81%
G=28.13%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140929500.340.320.45356.2520.6945.49
Hex8C5C5F022202D164152d
Octal21413413704240555442555
Binary1000110010111001011111010001010000010110110110010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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