#8D1A48

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

Shades of Disco #8D1A48

Tints of Disco #8D1A48

Color information

#8D1A48 (or 0x8D1A48) is unknown color: approx Disco. HEX triplet: 8D, 1A and 48. RGB value is (141,26,72). Sum of RGB (Red+Green+Blue) = 141+26+72=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A48 is #72E5B7. Grayscale: #414141. Windows color (decimal): -7529912 or 4725389. OLE color: 4725389.

HSL color Cylindrical-coordinate representation of color #8D1A48: hue angle of 336º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A48 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1412672-
CMYK00.820.490.45
HSL336º68.86%32.75%-
HSV(B)336º81.56%55.29%-
XYZ12.526.876.8-
YUV65.63131.6181.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.00%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=59.00%
G=10.88%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141267200.820.490.4533668.8632.75
Hex8D1A48052312D1504521
Octal215321100122615552010541
Binary10001101110101001000010100101100011011011010100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,26,72); }

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

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

 a { background-color: rgb(141,26,72); }

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

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

 span { border-color: rgb(141,26,72); }

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