#8B134A

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

Shades of Disco #8B134A

Tints of Disco #8B134A

Color information

#8B134A (or 0x8B134A) is unknown color: approx Disco. HEX triplet: 8B, 13 and 4A. RGB value is (139,19,74). Sum of RGB (Red+Green+Blue) = 139+19+74=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B134A is #74ECB5. Grayscale: #3D3D3D. Windows color (decimal): -7662774 or 4854667. OLE color: 4854667.

HSL color Cylindrical-coordinate representation of color #8B134A: hue angle of 332.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B134A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1391974-
CMYK00.860.470.45
HSL332.5º75.95%30.98%-
HSV(B)332.5º86.33%54.51%-
XYZ12.126.457.08-
YUV61.15135.26183.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=59.91%
G=8.19%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139197400.860.470.45332.575.9530.98
Hex8B134A0562F2D14c4c1f
Octal213231120126575551411437
Binary1000101110011100101001010110101111101101101001100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,19,74); }

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

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

 a { background-color: rgb(139,19,74); }

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

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

 span { border-color: rgb(139,19,74); }

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