#8C3751

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

Shades of Disco #8C3751

Tints of Disco #8C3751

Color information

#8C3751 (or 0x8C3751) is unknown color: approx Disco. HEX triplet: 8C, 37 and 51. RGB value is (140,55,81). Sum of RGB (Red+Green+Blue) = 140+55+81=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3751 is #73C8AE. Grayscale: #535353. Windows color (decimal): -7588015 or 5322636. OLE color: 5322636.

HSL color Cylindrical-coordinate representation of color #8C3751: hue angle of 341.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3751 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1405581-
CMYK00.610.420.45
HSL341.65º43.59%38.24%-
HSV(B)341.65º60.71%54.9%-
XYZ13.678.98.78-
YUV83.38126.66168.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=50.72%
G=19.93%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140558100.610.420.45341.6543.5938.24
Hex8C375103D2A2D1562c26
Octal2146712107552555265446
Binary1000110011011110100010111101101010101101101010110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,55,81); }

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

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

 a { background-color: rgb(140,55,81); }

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

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

 span { border-color: rgb(140,55,81); }

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