#8c2345

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

Shades of Disco #8C2345

Tints of Disco #8C2345

Color information

#8C2345 (or 0x8C2345) is unknown color: approx Disco. HEX triplet: 8C, 23 and 45. RGB value is (140,35,69). Sum of RGB (Red+Green+Blue) = 140+35+69=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2345 is #73DCBA. Grayscale: #464646. Windows color (decimal): -7593147 or 4531084. OLE color: 4531084.

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

Color convert

RGB1403569-
CMYK00.750.510.45
HSL340.57º60%34.31%-
HSV(B)340.57º75%54.9%-
XYZ12.497.216.36-
YUV70.27127.29177.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.38%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=57.38%
G=14.34%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140356900.750.510.45340.576034.31
Hex8C234504B332D1553c22
Octal21443105011363555257442
Binary10001100100011100010101001011110011101101101010101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,35,69); }

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

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

 a { background-color: rgb(140,35,69); }

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

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

 span { border-color: rgb(140,35,69); }

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