#8C264C

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

Shades of Disco #8C264C

Tints of Disco #8C264C

Color information

#8C264C (or 0x8C264C) is unknown color: approx Disco. HEX triplet: 8C, 26 and 4C. RGB value is (140,38,76). Sum of RGB (Red+Green+Blue) = 140+38+76=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C264C is #73D9B3. Grayscale: #484848. Windows color (decimal): -7592372 or 4990604. OLE color: 4990604.

HSL color Cylindrical-coordinate representation of color #8C264C: hue angle of 337.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C264C is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1403876-
CMYK00.730.460.45
HSL337.65º57.3%34.9%-
HSV(B)337.65º72.86%54.9%-
XYZ12.817.487.61-
YUV72.83129.79175.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=55.12%
G=14.96%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140387600.730.460.45337.6557.334.9
Hex8C264C0492E2D1523923
Octal21446114011156555227143
Binary10001100100110100110001001001101110101101101010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,38,76); }

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

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

 a { background-color: rgb(140,38,76); }

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

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

 span { border-color: rgb(140,38,76); }

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