#8C3151

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

Shades of Disco #8C3151

Tints of Disco #8C3151

Color information

#8C3151 (or 0x8C3151) is unknown color: approx Disco. HEX triplet: 8C, 31 and 51. RGB value is (140,49,81). Sum of RGB (Red+Green+Blue) = 140+49+81=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3151 is #73CEAE. Grayscale: #4F4F4F. Windows color (decimal): -7589551 or 5321100. OLE color: 5321100.

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

Color convert

RGB1404981-
CMYK00.650.420.45
HSL338.9º48.15%37.06%-
HSV(B)338.9º65%54.9%-
XYZ13.48.378.69-
YUV79.86128.65170.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 81 (32.03% from 255) = 30%
R=51.85%
G=18.15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140498100.650.420.45338.948.1537.06
Hex8C31510412A2D1533025
Octal21461121010152555236045
Binary10001100110001101000101000001101010101101101010011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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