#8D133F

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

Shades of Disco #8D133F

Tints of Disco #8D133F

Color information

#8D133F (or 0x8D133F) is unknown color: approx Disco. HEX triplet: 8D, 13 and 3F. RGB value is (141,19,63). Sum of RGB (Red+Green+Blue) = 141+19+63=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D133F is #72ECC0. Grayscale: #3C3C3C. Windows color (decimal): -7531713 or 4133773. OLE color: 4133773.

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

Color convert

RGB1411963-
CMYK00.870.550.45
HSL338.36º76.25%31.37%-
HSV(B)338.36º86.52%55.29%-
XYZ12.116.495.32-
YUV60.49129.42185.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 63 (25% from 255) = 28.25%
R=63.23%
G=8.52%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141196300.870.550.45338.3676.2531.37
Hex8D133F057372D1524c1f
Octal21523770127675552211437
Binary100011011001111111101010111110111101101101010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,63); }

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

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

 a { background-color: rgb(141,19,63); }

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

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

 span { border-color: rgb(141,19,63); }

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