#8B2D4E

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

Shades of Disco #8B2D4E

Tints of Disco #8B2D4E

Color information

#8B2D4E (or 0x8B2D4E) is unknown color: approx Disco. HEX triplet: 8B, 2D and 4E. RGB value is (139,45,78). Sum of RGB (Red+Green+Blue) = 139+45+78=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2D4E is #74D2B1. Grayscale: #4C4C4C. Windows color (decimal): -7656114 or 5123467. OLE color: 5123467.

HSL color Cylindrical-coordinate representation of color #8B2D4E: hue angle of 338.94º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D4E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1394578-
CMYK00.680.440.45
HSL338.94º51.09%36.08%-
HSV(B)338.94º67.63%54.51%-
XYZ12.967.928.05-
YUV76.87128.64172.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=53.05%
G=17.18%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139457800.680.440.45338.9451.0936.08
Hex8B2D4E0442C2D1533324
Octal21355116010454555236344
Binary10001011101101100111001000100101100101101101010011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,78); }

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

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

 a { background-color: rgb(139,45,78); }

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

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

 span { border-color: rgb(139,45,78); }

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