#8B1A44

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

Shades of Disco #8B1A44

Tints of Disco #8B1A44

Color information

#8B1A44 (or 0x8B1A44) is unknown color: approx Disco. HEX triplet: 8B, 1A and 44. RGB value is (139,26,68). Sum of RGB (Red+Green+Blue) = 139+26+68=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A44 is #74E5BB. Grayscale: #404040. Windows color (decimal): -7660988 or 4463243. OLE color: 4463243.

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

Color convert

RGB1392668-
CMYK00.810.510.45
HSL337.7º68.48%32.35%-
HSV(B)337.7º81.29%54.51%-
XYZ12.066.656.12-
YUV64.58129.94181.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=59.66%
G=11.16%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139266800.810.510.45337.768.4832.35
Hex8B1A44051332D1524420
Octal213321040121635552210440
Binary10001011110101000100010100011100111011011010100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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