#8B0D44

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

Shades of Disco #8B0D44

Tints of Disco #8B0D44

Color information

#8B0D44 (or 0x8B0D44) is unknown color: approx Disco. HEX triplet: 8B, 0D and 44. RGB value is (139,13,68). Sum of RGB (Red+Green+Blue) = 139+13+68=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D44 is #74F2BB. Grayscale: #383838. Windows color (decimal): -7664316 or 4459915. OLE color: 4459915.

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

Color convert

RGB1391368-
CMYK00.910.510.45
HSL333.81º82.89%29.8%-
HSV(B)333.81º90.65%54.51%-
XYZ11.836.196.04-
YUV56.94134.24186.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=63.18%
G=5.91%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139136800.910.510.45333.8182.8929.8
Hex8BD4405B332D14e531e
Octal213151040133635551612336
Binary100010111101100010001011011110011101101101001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,68); }

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

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

 a { background-color: rgb(139,13,68); }

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

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

 span { border-color: rgb(139,13,68); }

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