#8C2C4E

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

Shades of Disco #8C2C4E

Tints of Disco #8C2C4E

Color information

#8C2C4E (or 0x8C2C4E) is unknown color: approx Disco. HEX triplet: 8C, 2C and 4E. RGB value is (140,44,78). Sum of RGB (Red+Green+Blue) = 140+44+78=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2C4E is #73D3B1. Grayscale: #4C4C4C. Windows color (decimal): -7590834 or 5123212. OLE color: 5123212.

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

Color convert

RGB1404478-
CMYK00.690.440.45
HSL338.75º52.17%36.08%-
HSV(B)338.75º68.57%54.9%-
XYZ13.097.938.05-
YUV76.58128.8173.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=53.44%
G=16.79%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140447800.690.440.45338.7552.1736.08
Hex8C2C4E0452C2D1533424
Octal21454116010554555236444
Binary10001100101100100111001000101101100101101101010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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