#8B1A46

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

Shades of Disco #8B1A46

Tints of Disco #8B1A46

Color information

#8B1A46 (or 0x8B1A46) is unknown color: approx Disco. HEX triplet: 8B, 1A and 46. RGB value is (139,26,70). Sum of RGB (Red+Green+Blue) = 139+26+70=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A46 is #74E5B9. Grayscale: #404040. Windows color (decimal): -7660986 or 4594315. OLE color: 4594315.

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

Color convert

RGB1392670-
CMYK00.810.500.45
HSL336.64º68.48%32.35%-
HSV(B)336.64º81.29%54.51%-
XYZ12.126.676.44-
YUV64.8130.94180.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=59.15%
G=11.06%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139267000.810.500.45336.6468.4832.35
Hex8B1A46051322D1514420
Octal213321060121625552110440
Binary10001011110101000110010100011100101011011010100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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