#8B1B40

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

Shades of Disco #8B1B40

Tints of Disco #8B1B40

Color information

#8B1B40 (or 0x8B1B40) is unknown color: approx Disco. HEX triplet: 8B, 1B and 40. RGB value is (139,27,64). Sum of RGB (Red+Green+Blue) = 139+27+64=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B40 is #74E4BF. Grayscale: #404040. Windows color (decimal): -7660736 or 4201355. OLE color: 4201355.

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

Color convert

RGB1392764-
CMYK00.810.540.45
HSL340.18º67.47%32.55%-
HSV(B)340.18º80.58%54.51%-
XYZ11.966.645.5-
YUV64.71127.61180.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=60.43%
G=11.74%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139276400.810.540.45340.1867.4732.55
Hex8B1B40051362D1544321
Octal213331000121665552410341
Binary10001011110111000000010100011101101011011010101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,27,64); }

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

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

 a { background-color: rgb(139,27,64); }

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

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

 span { border-color: rgb(139,27,64); }

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