#8D3048

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

Shades of Disco #8D3048

Tints of Disco #8D3048

Color information

#8D3048 (or 0x8D3048) is unknown color: approx Disco. HEX triplet: 8D, 30 and 48. RGB value is (141,48,72). Sum of RGB (Red+Green+Blue) = 141+48+72=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3048 is #72CFB7. Grayscale: #4E4E4E. Windows color (decimal): -7524280 or 4731021. OLE color: 4731021.

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

Color convert

RGB1414872-
CMYK00.660.490.45
HSL344.52º49.21%37.06%-
HSV(B)344.52º65.96%55.29%-
XYZ13.218.247.03-
YUV78.54124.31172.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=54.02%
G=18.39%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141487200.660.490.45344.5249.2137.06
Hex8D3048042312D1593125
Octal21560110010261555316145
Binary10001101110000100100001000010110001101101101011001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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