#8B304B

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

Shades of Disco #8B304B

Tints of Disco #8B304B

Color information

#8B304B (or 0x8B304B) is unknown color: approx Disco. HEX triplet: 8B, 30 and 4B. RGB value is (139,48,75). Sum of RGB (Red+Green+Blue) = 139+48+75=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B304B is #74CFB4. Grayscale: #4E4E4E. Windows color (decimal): -7655349 or 4927627. OLE color: 4927627.

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

Color convert

RGB1394875-
CMYK00.650.460.45
HSL342.2º48.66%36.67%-
HSV(B)342.2º65.47%54.51%-
XYZ12.978.117.54-
YUV78.29126.15171.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=53.05%
G=18.32%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139487500.650.460.45342.248.6636.67
Hex8B304B0412E2D1563125
Octal21360113010156555266145
Binary10001011110000100101101000001101110101101101010110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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