#8C3551

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

Shades of Disco #8C3551

Tints of Disco #8C3551

Color information

#8C3551 (or 0x8C3551) is unknown color: approx Disco. HEX triplet: 8C, 35 and 51. RGB value is (140,53,81). Sum of RGB (Red+Green+Blue) = 140+53+81=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3551 is #73CAAE. Grayscale: #525252. Windows color (decimal): -7588527 or 5322124. OLE color: 5322124.

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

Color convert

RGB1405381-
CMYK00.620.420.45
HSL340.69º45.08%37.84%-
HSV(B)340.69º62.14%54.9%-
XYZ13.578.728.75-
YUV82.2127.32169.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=51.09%
G=19.34%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140538100.620.420.45340.6945.0837.84
Hex8C355103E2A2D1552d26
Octal2146512107652555255546
Binary1000110011010110100010111110101010101101101010101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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