#8D0B40

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

Shades of Disco #8D0B40

Tints of Disco #8D0B40

Color information

#8D0B40 (or 0x8D0B40) is unknown color: approx Disco. HEX triplet: 8D, 0B and 40. RGB value is (141,11,64). Sum of RGB (Red+Green+Blue) = 141+11+64=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B40 is #72F4BF. Grayscale: #373737. Windows color (decimal): -7533760 or 4197261. OLE color: 4197261.

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

Color convert

RGB1411164-
CMYK00.920.550.45
HSL335.54º85.53%29.8%-
HSV(B)335.54º92.2%55.29%-
XYZ12.036.275.43-
YUV55.91132.57188.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.28%
GREEN value IS 11 (4.69% from 255) = 5.09%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=65.28%
G=5.09%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141116400.920.550.45335.5485.5329.8
Hex8DB4005C372D150561e
Octal215131000134675552012636
Binary100011011011100000001011100110111101101101010000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,11,64); }

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

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

 a { background-color: rgb(141,11,64); }

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

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

 span { border-color: rgb(141,11,64); }

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