#8B314C

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

Shades of Disco #8B314C

Tints of Disco #8B314C

Color information

#8B314C (or 0x8B314C) is unknown color: approx Disco. HEX triplet: 8B, 31 and 4C. RGB value is (139,49,76). Sum of RGB (Red+Green+Blue) = 139+49+76=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B314C is #74CEB3. Grayscale: #4E4E4E. Windows color (decimal): -7655092 or 4993419. OLE color: 4993419.

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

Color convert

RGB1394976-
CMYK00.650.450.45
HSL342º47.87%36.86%-
HSV(B)342º64.75%54.51%-
XYZ13.058.217.73-
YUV78.99126.32170.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=52.65%
G=18.56%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139497600.650.450.4534247.8736.86
Hex8B314C0412D2D1563025
Octal21361114010155555266045
Binary10001011110001100110001000001101101101101101010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,76); }

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

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

 a { background-color: rgb(139,49,76); }

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

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

 span { border-color: rgb(139,49,76); }

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