#8B304D

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

Shades of Disco #8B304D

Tints of Disco #8B304D

Color information

#8B304D (or 0x8B304D) is unknown color: approx Disco. HEX triplet: 8B, 30 and 4D. RGB value is (139,48,77). Sum of RGB (Red+Green+Blue) = 139+48+77=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B304D is #74CFB2. Grayscale: #4E4E4E. Windows color (decimal): -7655347 or 5058699. OLE color: 5058699.

HSL color Cylindrical-coordinate representation of color #8B304D: hue angle of 340.88º degrees, saturation: 0.49, 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 #8B304D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1394877-
CMYK00.650.450.45
HSL340.88º48.66%36.67%-
HSV(B)340.88º65.47%54.51%-
XYZ13.048.147.9-
YUV78.52127.15171.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=52.65%
G=18.18%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139487700.650.450.45340.8848.6636.67
Hex8B304D0412D2D1553125
Octal21360115010155555256145
Binary10001011110000100110101000001101101101101101010101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,77); }

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

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

 a { background-color: rgb(139,48,77); }

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

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

 span { border-color: rgb(139,48,77); }

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