#8B1144

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

Shades of Disco #8B1144

Tints of Disco #8B1144

Color information

#8B1144 (or 0x8B1144) is unknown color: approx Disco. HEX triplet: 8B, 11 and 44. RGB value is (139,17,68). Sum of RGB (Red+Green+Blue) = 139+17+68=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1144 is #74EEBB. Grayscale: #3B3B3B. Windows color (decimal): -7663292 or 4460939. OLE color: 4460939.

HSL color Cylindrical-coordinate representation of color #8B1144: hue angle of 334.92º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1144 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1391768-
CMYK00.880.510.45
HSL334.92º78.21%30.59%-
HSV(B)334.92º87.77%54.51%-
XYZ11.896.316.06-
YUV59.29132.92184.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.05%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=62.05%
G=7.59%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139176800.880.510.45334.9278.2130.59
Hex8B1144058332D14f4e1f
Octal213211040130635551711637
Binary1000101110001100010001011000110011101101101001111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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