#8B3149

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

Shades of Disco #8B3149

Tints of Disco #8B3149

Color information

#8B3149 (or 0x8B3149) is unknown color: approx Disco. HEX triplet: 8B, 31 and 49. RGB value is (139,49,73). Sum of RGB (Red+Green+Blue) = 139+49+73=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3149 is #74CEB6. Grayscale: #4E4E4E. Windows color (decimal): -7655095 or 4796811. OLE color: 4796811.

HSL color Cylindrical-coordinate representation of color #8B3149: hue angle of 344º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3149 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1394973-
CMYK00.650.470.45
HSL344º47.87%36.86%-
HSV(B)344º64.75%54.51%-
XYZ12.958.177.2-
YUV78.65124.82171.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=53.26%
G=18.77%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139497300.650.470.4534447.8736.86
Hex8B31490412F2D1583025
Octal21361111010157555306045
Binary10001011110001100100101000001101111101101101011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,73); }

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

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

 a { background-color: rgb(139,49,73); }

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

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

 span { border-color: rgb(139,49,73); }

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