#8D364F

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

Shades of Disco #8D364F

Tints of Disco #8D364F

Color information

#8D364F (or 0x8D364F) is unknown color: approx Disco. HEX triplet: 8D, 36 and 4F. RGB value is (141,54,79). Sum of RGB (Red+Green+Blue) = 141+54+79=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D364F is #72C9B0. Grayscale: #525252. Windows color (decimal): -7522737 or 5191309. OLE color: 5191309.

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

Color convert

RGB1415479-
CMYK00.620.440.45
HSL342.76º44.62%38.24%-
HSV(B)342.76º61.7%55.29%-
XYZ13.718.878.39-
YUV82.86125.82169.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=51.46%
G=19.71%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141547900.620.440.45342.7644.6238.24
Hex8D364F03E2C2D1572d26
Octal2156611707654555275546
Binary1000110111011010011110111110101100101101101010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,79); }

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

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

 a { background-color: rgb(141,54,79); }

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

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

 span { border-color: rgb(141,54,79); }

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