#8D0E3E

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

Shades of Disco #8D0E3E

Tints of Disco #8D0E3E

Color information

#8D0E3E (or 0x8D0E3E) is unknown color: approx Disco. HEX triplet: 8D, 0E and 3E. RGB value is (141,14,62). Sum of RGB (Red+Green+Blue) = 141+14+62=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E3E is #72F1C1. Grayscale: #393939. Windows color (decimal): -7532994 or 4066957. OLE color: 4066957.

HSL color Cylindrical-coordinate representation of color #8D0E3E: hue angle of 337.32º 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 #8D0E3E is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1411462-
CMYK00.900.560.45
HSL337.32º81.94%30.39%-
HSV(B)337.32º90.07%55.29%-
XYZ12.016.325.15-
YUV57.44130.58187.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=64.98%
G=6.45%
B=28.57%

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
Decimal141146200.900.560.45337.3281.9430.39
Hex8DE3E05A382D151521e
Octal21516760132705552112236
Binary10001101111011111001011010111000101101101010001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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