#8C2148

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

Shades of Disco #8C2148

Tints of Disco #8C2148

Color information

#8C2148 (or 0x8C2148) is unknown color: approx Disco. HEX triplet: 8C, 21 and 48. RGB value is (140,33,72). Sum of RGB (Red+Green+Blue) = 140+33+72=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2148 is #73DEB7. Grayscale: #454545. Windows color (decimal): -7593656 or 4727180. OLE color: 4727180.

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

Color convert

RGB1403372-
CMYK00.760.490.45
HSL338.13º61.85%33.92%-
HSV(B)338.13º76.43%54.9%-
XYZ12.537.136.85-
YUV69.44129.45178.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=57.14%
G=13.47%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140337200.760.490.45338.1361.8533.92
Hex8C214804C312D1523e22
Octal21441110011461555227642
Binary10001100100001100100001001100110001101101101010010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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