#8B264D

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

Shades of Disco #8B264D

Tints of Disco #8B264D

Color information

#8B264D (or 0x8B264D) is unknown color: approx Disco. HEX triplet: 8B, 26 and 4D. RGB value is (139,38,77). Sum of RGB (Red+Green+Blue) = 139+38+77=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B264D is #74D9B2. Grayscale: #484848. Windows color (decimal): -7657907 or 5056139. OLE color: 5056139.

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

Color convert

RGB1393877-
CMYK00.730.450.45
HSL336.83º57.06%34.71%-
HSV(B)336.83º72.66%54.51%-
XYZ12.687.417.78-
YUV72.64130.46175.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=54.72%
G=14.96%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139387700.730.450.45336.8357.0634.71
Hex8B264D0492D2D1513923
Octal21346115011155555217143
Binary10001011100110100110101001001101101101101101010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,77); }

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

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

 a { background-color: rgb(139,38,77); }

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

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

 span { border-color: rgb(139,38,77); }

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