#8C1A48

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

Shades of Disco #8C1A48

Tints of Disco #8C1A48

Color information

#8C1A48 (or 0x8C1A48) is unknown color: approx Disco. HEX triplet: 8C, 1A and 48. RGB value is (140,26,72). Sum of RGB (Red+Green+Blue) = 140+26+72=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A48 is #73E5B7. Grayscale: #414141. Windows color (decimal): -7595448 or 4725388. OLE color: 4725388.

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

Color convert

RGB1402672-
CMYK00.810.490.45
HSL335.79º68.67%32.55%-
HSV(B)335.79º81.43%54.9%-
XYZ12.356.786.79-
YUV65.33131.77181.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=58.82%
G=10.92%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140267200.810.490.45335.7968.6732.55
Hex8C1A48051312D1504521
Octal214321100121615552010541
Binary10001100110101001000010100011100011011011010100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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