#8B2F47

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

Shades of Disco #8B2F47

Tints of Disco #8B2F47

Color information

#8B2F47 (or 0x8B2F47) is unknown color: approx Disco. HEX triplet: 8B, 2F and 47. RGB value is (139,47,71). Sum of RGB (Red+Green+Blue) = 139+47+71=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2F47 is #74D0B8. Grayscale: #4D4D4D. Windows color (decimal): -7655609 or 4665227. OLE color: 4665227.

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

Color convert

RGB1394771-
CMYK00.660.490.45
HSL344.35º49.46%36.47%-
HSV(B)344.35º66.19%54.51%-
XYZ12.87.986.83-
YUV77.24124.48172.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=54.09%
G=18.29%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139477100.660.490.45344.3549.4636.47
Hex8B2F47042312D1583124
Octal21357107010261555306144
Binary10001011101111100011101000010110001101101101011000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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