#8B2D47

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

Shades of Disco #8B2D47

Tints of Disco #8B2D47

Color information

#8B2D47 (or 0x8B2D47) is unknown color: approx Disco. HEX triplet: 8B, 2D and 47. RGB value is (139,45,71). Sum of RGB (Red+Green+Blue) = 139+45+71=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D47 is #74D2B8. Grayscale: #4C4C4C. Windows color (decimal): -7656121 or 4664715. OLE color: 4664715.

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

Color convert

RGB1394571-
CMYK00.680.490.45
HSL343.4º51.09%36.08%-
HSV(B)343.4º67.63%54.51%-
XYZ12.727.826.8-
YUV76.07125.14172.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=54.51%
G=17.65%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139457100.680.490.45343.451.0936.08
Hex8B2D47044312D1573324
Octal21355107010461555276344
Binary10001011101101100011101000100110001101101101010111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,71); }

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

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

 a { background-color: rgb(139,45,71); }

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

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

 span { border-color: rgb(139,45,71); }

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