#8C5961

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

Shades of Vin Rouge #8C5961

Tints of Vin Rouge #8C5961

Color information

#8C5961 (or 0x8C5961) is unknown color: approx Vin Rouge. HEX triplet: 8C, 59 and 61. RGB value is (140,89,97). Sum of RGB (Red+Green+Blue) = 140+89+97=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5961 is #73A69E. Grayscale: #696969. Windows color (decimal): -7579295 or 6379916. OLE color: 6379916.

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

Color convert

RGB1408997-
CMYK00.360.310.45
HSL350.59º22.27%44.9%-
HSV(B)350.59º36.43%54.9%-
XYZ16.5513.5813.06-
YUV105.16123.4152.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=42.94%
G=27.30%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140899700.360.310.45350.5922.2744.9
Hex8C59610241F2D15f162d
Octal21413114104437555372655
Binary100011001011001110000101001001111110110110101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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