#8C2A42

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

Shades of Disco #8C2A42

Tints of Disco #8C2A42

Color information

#8C2A42 (or 0x8C2A42) is unknown color: approx Disco. HEX triplet: 8C, 2A and 42. RGB value is (140,42,66). Sum of RGB (Red+Green+Blue) = 140+42+66=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A42 is #73D5BD. Grayscale: #4A4A4A. Windows color (decimal): -7591358 or 4336268. OLE color: 4336268.

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

Color convert

RGB1404266-
CMYK00.70.530.45
HSL345.31º53.85%35.69%-
HSV(B)345.31º70%54.9%-
XYZ12.637.625.96-
YUV74.04123.47175.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.45%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=56.45%
G=16.94%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140426600.70.530.45345.3153.8535.69
Hex8C2A42046352D1593624
Octal21452102010665555316644
Binary10001100101010100001001000110110101101101101011001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,66); }

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

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

 a { background-color: rgb(140,42,66); }

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

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

 span { border-color: rgb(140,42,66); }

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