#8B1A47

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

Shades of Disco #8B1A47

Tints of Disco #8B1A47

Color information

#8B1A47 (or 0x8B1A47) is unknown color: approx Disco. HEX triplet: 8B, 1A and 47. RGB value is (139,26,71). Sum of RGB (Red+Green+Blue) = 139+26+71=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A47 is #74E5B8. Grayscale: #404040. Windows color (decimal): -7660985 or 4659851. OLE color: 4659851.

HSL color Cylindrical-coordinate representation of color #8B1A47: hue angle of 336.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A47 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1392671-
CMYK00.810.490.45
HSL336.11º68.48%32.35%-
HSV(B)336.11º81.29%54.51%-
XYZ12.156.686.61-
YUV64.92131.44180.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.90%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=58.90%
G=11.02%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139267100.810.490.45336.1168.4832.35
Hex8B1A47051312D1504420
Octal213321070121615552010440
Binary10001011110101000111010100011100011011011010100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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