#8B294B

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

Shades of Disco #8B294B

Tints of Disco #8B294B

Color information

#8B294B (or 0x8B294B) is unknown color: approx Disco. HEX triplet: 8B, 29 and 4B. RGB value is (139,41,75). Sum of RGB (Red+Green+Blue) = 139+41+75=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B294B is #74D6B4. Grayscale: #4A4A4A. Windows color (decimal): -7657141 or 4925835. OLE color: 4925835.

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

Color convert

RGB1394175-
CMYK00.710.460.45
HSL339.18º54.44%35.29%-
HSV(B)339.18º70.5%54.51%-
XYZ12.717.587.45-
YUV74.18128.47174.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=54.51%
G=16.08%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139417500.710.460.45339.1854.4435.29
Hex8B294B0472E2D1533623
Octal21351113010756555236643
Binary10001011101001100101101000111101110101101101010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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