#8C1948

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

Shades of Disco #8C1948

Tints of Disco #8C1948

Color information

#8C1948 (or 0x8C1948) is unknown color: approx Disco. HEX triplet: 8C, 19 and 48. RGB value is (140,25,72). Sum of RGB (Red+Green+Blue) = 140+25+72=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1948 is #73E6B7. Grayscale: #404040. Windows color (decimal): -7595704 or 4725132. OLE color: 4725132.

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

Color convert

RGB1402572-
CMYK00.820.490.45
HSL335.48º69.7%32.35%-
HSV(B)335.48º82.14%54.9%-
XYZ12.336.746.78-
YUV64.74132.1181.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.07%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=59.07%
G=10.55%
B=30.38%

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
Decimal140257200.820.490.45335.4869.732.35
Hex8C1948052312D14f4620
Octal214311100122615551710640
Binary10001100110011001000010100101100011011011010011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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