#8b2542

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

Shades of Disco #8B2542

Tints of Disco #8B2542

Color information

#8B2542 (or 0x8B2542) is unknown color: approx Disco. HEX triplet: 8B, 25 and 42. RGB value is (139,37,66). Sum of RGB (Red+Green+Blue) = 139+37+66=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2542 is #74DABD. Grayscale: #464646. Windows color (decimal): -7658174 or 4334987. OLE color: 4334987.

HSL color Cylindrical-coordinate representation of color #8B2542: hue angle of 342.94º degrees, saturation: 0.58, 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 #8B2542 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1393766-
CMYK00.730.530.45
HSL342.94º57.95%34.51%-
HSV(B)342.94º73.38%54.51%-
XYZ12.297.215.9-
YUV70.8125.29176.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=57.44%
G=15.29%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139376600.730.530.45342.9457.9534.51
Hex8B2542049352D1573a23
Octal21345102011165555277243
Binary10001011100101100001001001001110101101101101010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,37,66); }

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

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

 a { background-color: rgb(139,37,66); }

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

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

 span { border-color: rgb(139,37,66); }

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