#8D344F

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

Shades of Disco #8D344F

Tints of Disco #8D344F

Color information

#8D344F (or 0x8D344F) is unknown color: approx Disco. HEX triplet: 8D, 34 and 4F. RGB value is (141,52,79). Sum of RGB (Red+Green+Blue) = 141+52+79=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D344F is #72CBB0. Grayscale: #515151. Windows color (decimal): -7523249 or 5190797. OLE color: 5190797.

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

Color convert

RGB1415279-
CMYK00.630.440.45
HSL341.8º46.11%37.84%-
HSV(B)341.8º63.12%55.29%-
XYZ13.628.688.36-
YUV81.69126.49170.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=51.84%
G=19.12%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141527900.630.440.45341.846.1137.84
Hex8D344F03F2C2D1562e26
Octal2156411707754555265646
Binary1000110111010010011110111111101100101101101010110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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