#8B1A48

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

Shades of Disco #8B1A48

Tints of Disco #8B1A48

Color information

#8B1A48 (or 0x8B1A48) is unknown color: approx Disco. HEX triplet: 8B, 1A and 48. RGB value is (139,26,72). Sum of RGB (Red+Green+Blue) = 139+26+72=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A48 is #74E5B7. Grayscale: #404040. Windows color (decimal): -7660984 or 4725387. OLE color: 4725387.

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

Color convert

RGB1392672-
CMYK00.810.480.45
HSL335.58º68.48%32.35%-
HSV(B)335.58º81.29%54.51%-
XYZ12.196.76.78-
YUV65.03131.94180.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=58.65%
G=10.97%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139267200.810.480.45335.5868.4832.35
Hex8B1A48051302D1504420
Octal213321100121605552010440
Binary10001011110101001000010100011100001011011010100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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