#8C1E41

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

Shades of Disco #8C1E41

Tints of Disco #8C1E41

Color information

#8C1E41 (or 0x8C1E41) is unknown color: approx Disco. HEX triplet: 8C, 1E and 41. RGB value is (140,30,65). Sum of RGB (Red+Green+Blue) = 140+30+65=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E41 is #73E1BE. Grayscale: #424242. Windows color (decimal): -7594431 or 4267660. OLE color: 4267660.

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

Color convert

RGB1403065-
CMYK00.790.540.45
HSL340.91º64.71%33.33%-
HSV(B)340.91º78.57%54.9%-
XYZ12.236.895.69-
YUV66.88126.94180.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.57%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=59.57%
G=12.77%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140306500.790.540.45340.9164.7133.33
Hex8C1E4104F362D1554121
Octal214361010117665552510141
Binary10001100111101000001010011111101101011011010101011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,65); }

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

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

 a { background-color: rgb(140,30,65); }

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

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

 span { border-color: rgb(140,30,65); }

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