#8B3051

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

Shades of Disco #8B3051

Tints of Disco #8B3051

Color information

#8B3051 (or 0x8B3051) is unknown color: approx Disco. HEX triplet: 8B, 30 and 51. RGB value is (139,48,81). Sum of RGB (Red+Green+Blue) = 139+48+81=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3051 is #74CFAE. Grayscale: #4E4E4E. Windows color (decimal): -7655343 or 5320843. OLE color: 5320843.

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

Color convert

RGB1394881-
CMYK00.650.420.45
HSL338.24º48.66%36.67%-
HSV(B)338.24º65.47%54.51%-
XYZ13.198.28.67-
YUV78.97129.15170.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=51.87%
G=17.91%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139488100.650.420.45338.2448.6636.67
Hex8B30510412A2D1523125
Octal21360121010152555226145
Binary10001011110000101000101000001101010101101101010010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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