#8B3451

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

Shades of Disco #8B3451

Tints of Disco #8B3451

Color information

#8B3451 (or 0x8B3451) is unknown color: approx Disco. HEX triplet: 8B, 34 and 51. RGB value is (139,52,81). Sum of RGB (Red+Green+Blue) = 139+52+81=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3451 is #74CBAE. Grayscale: #515151. Windows color (decimal): -7654319 or 5321867. OLE color: 5321867.

HSL color Cylindrical-coordinate representation of color #8B3451: hue angle of 340º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3451 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1395281-
CMYK00.630.420.45
HSL340º45.55%37.45%-
HSV(B)340º62.59%54.51%-
XYZ13.368.548.73-
YUV81.32127.82169.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=51.10%
G=19.12%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139528100.630.420.4534045.5537.45
Hex8B345103F2A2D1542e25
Octal2136412107752555245645
Binary1000101111010010100010111111101010101101101010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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