#8B2847

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

Shades of Disco #8B2847

Tints of Disco #8B2847

Color information

#8B2847 (or 0x8B2847) is unknown color: approx Disco. HEX triplet: 8B, 28 and 47. RGB value is (139,40,71). Sum of RGB (Red+Green+Blue) = 139+40+71=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2847 is #74D7B8. Grayscale: #494949. Windows color (decimal): -7657401 or 4663435. OLE color: 4663435.

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

Color convert

RGB1394071-
CMYK00.710.490.45
HSL341.21º55.31%35.1%-
HSV(B)341.21º71.22%54.51%-
XYZ12.547.466.74-
YUV73.13126.8174.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=55.6%
G=16%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139407100.710.490.45341.2155.3135.1
Hex8B2847047312D1553723
Octal21350107010761555256743
Binary10001011101000100011101000111110001101101101010101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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