#8B0D47

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

Shades of Disco #8B0D47

Tints of Disco #8B0D47

Color information

#8B0D47 (or 0x8B0D47) is unknown color: approx Disco. HEX triplet: 8B, 0D and 47. RGB value is (139,13,71). Sum of RGB (Red+Green+Blue) = 139+13+71=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D47 is #74F2B8. Grayscale: #393939. Windows color (decimal): -7664313 or 4656523. OLE color: 4656523.

HSL color Cylindrical-coordinate representation of color #8B0D47: hue angle of 332.38º 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 #8B0D47 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1391371-
CMYK00.910.490.45
HSL332.38º82.89%29.8%-
HSV(B)332.38º90.65%54.51%-
XYZ11.936.236.54-
YUV57.29135.74186.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.33%
GREEN value IS 13 (5.47% from 255) = 5.83%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=62.33%
G=5.83%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139137100.910.490.45332.3882.8929.8
Hex8BD4705B312D14c531e
Octal213151070133615551412336
Binary100010111101100011101011011110001101101101001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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