#8B324D

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

Shades of Disco #8B324D

Tints of Disco #8B324D

Color information

#8B324D (or 0x8B324D) is unknown color: approx Disco. HEX triplet: 8B, 32 and 4D. RGB value is (139,50,77). Sum of RGB (Red+Green+Blue) = 139+50+77=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B324D is #74CDB2. Grayscale: #4F4F4F. Windows color (decimal): -7654835 or 5059211. OLE color: 5059211.

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

Color convert

RGB1395077-
CMYK00.640.450.45
HSL341.8º47.09%37.06%-
HSV(B)341.8º64.03%54.51%-
XYZ13.138.317.93-
YUV79.69126.49170.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=52.26%
G=18.80%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139507700.640.450.45341.847.0937.06
Hex8B324D0402D2D1562f25
Octal21362115010055555265745
Binary10001011110010100110101000000101101101101101010110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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