#8C0E3E

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

Shades of Disco #8C0E3E

Tints of Disco #8C0E3E

Color information

#8C0E3E (or 0x8C0E3E) is unknown color: approx Disco. HEX triplet: 8C, 0E and 3E. RGB value is (140,14,62). Sum of RGB (Red+Green+Blue) = 140+14+62=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E3E is #73F1C1. Grayscale: #393939. Windows color (decimal): -7598530 or 4066956. OLE color: 4066956.

HSL color Cylindrical-coordinate representation of color #8C0E3E: hue angle of 337.14º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E3E is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1401462-
CMYK00.900.560.45
HSL337.14º81.82%30.2%-
HSV(B)337.14º90%54.9%-
XYZ11.846.245.14-
YUV57.15130.74187.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=64.81%
G=6.48%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140146200.900.560.45337.1481.8230.2
Hex8CE3E05A382D151521e
Octal21416760132705552112236
Binary10001100111011111001011010111000101101101010001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,14,62); }

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

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

 a { background-color: rgb(140,14,62); }

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

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

 span { border-color: rgb(140,14,62); }

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