#8D264C

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

Shades of Disco #8D264C

Tints of Disco #8D264C

Color information

#8D264C (or 0x8D264C) is unknown color: approx Disco. HEX triplet: 8D, 26 and 4C. RGB value is (141,38,76). Sum of RGB (Red+Green+Blue) = 141+38+76=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D264C is #72D9B3. Grayscale: #494949. Windows color (decimal): -7526836 or 4990605. OLE color: 4990605.

HSL color Cylindrical-coordinate representation of color #8D264C: hue angle of 337.86º degrees, saturation: 0.58, 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 #8D264C is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1413876-
CMYK00.730.460.45
HSL337.86º57.54%35.1%-
HSV(B)337.86º73.05%55.29%-
XYZ12.987.577.61-
YUV73.13129.62176.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=55.29%
G=14.90%
B=29.80%

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
Decimal141387600.730.460.45337.8657.5435.1
Hex8D264C0492E2D1523a23
Octal21546114011156555227243
Binary10001101100110100110001001001101110101101101010010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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