#8C1848

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

Shades of Disco #8C1848

Tints of Disco #8C1848

Color information

#8C1848 (or 0x8C1848) is unknown color: approx Disco. HEX triplet: 8C, 18 and 48. RGB value is (140,24,72). Sum of RGB (Red+Green+Blue) = 140+24+72=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1848 is #73E7B7. Grayscale: #404040. Windows color (decimal): -7595960 or 4724876. OLE color: 4724876.

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

Color convert

RGB1402472-
CMYK00.830.490.45
HSL335.17º70.73%32.16%-
HSV(B)335.17º82.86%54.9%-
XYZ12.316.76.77-
YUV64.16132.43182.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.32%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=59.32%
G=10.17%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140247200.830.490.45335.1770.7332.16
Hex8C1848053312D14f4720
Octal214301100123615551710740
Binary10001100110001001000010100111100011011011010011111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,24,72); }

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

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

 a { background-color: rgb(140,24,72); }

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

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

 span { border-color: rgb(140,24,72); }

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