#8C284E

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

Shades of Disco #8C284E

Tints of Disco #8C284E

Color information

#8C284E (or 0x8C284E) is unknown color: approx Disco. HEX triplet: 8C, 28 and 4E. RGB value is (140,40,78). Sum of RGB (Red+Green+Blue) = 140+40+78=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C284E is #73D7B1. Grayscale: #4A4A4A. Windows color (decimal): -7591858 or 5122188. OLE color: 5122188.

HSL color Cylindrical-coordinate representation of color #8C284E: hue angle of 337.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C284E is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1404078-
CMYK00.710.440.45
HSL337.2º55.56%35.29%-
HSV(B)337.2º71.43%54.9%-
XYZ12.957.648-
YUV74.23130.13174.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.26%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=54.26%
G=15.50%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140407800.710.440.45337.255.5635.29
Hex8C284E0472C2D1513823
Octal21450116010754555217043
Binary10001100101000100111001000111101100101101101010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,40,78); }

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

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

 a { background-color: rgb(140,40,78); }

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

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

 span { border-color: rgb(140,40,78); }

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