#8B3151

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

Shades of Disco #8B3151

Tints of Disco #8B3151

Color information

#8B3151 (or 0x8B3151) is unknown color: approx Disco. HEX triplet: 8B, 31 and 51. RGB value is (139,49,81). Sum of RGB (Red+Green+Blue) = 139+49+81=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3151 is #74CEAE. Grayscale: #4F4F4F. Windows color (decimal): -7655087 or 5321099. OLE color: 5321099.

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

Color convert

RGB1394981-
CMYK00.650.420.45
HSL338.67º47.87%36.86%-
HSV(B)338.67º64.75%54.51%-
XYZ13.238.288.69-
YUV79.56128.82170.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=51.67%
G=18.22%
B=30.11%

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
Decimal139498100.650.420.45338.6747.8736.86
Hex8B31510412A2D1533025
Octal21361121010152555236045
Binary10001011110001101000101000001101010101101101010011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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