#8B1D42

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

Shades of Disco #8B1D42

Tints of Disco #8B1D42

Color information

#8B1D42 (or 0x8B1D42) is unknown color: approx Disco. HEX triplet: 8B, 1D and 42. RGB value is (139,29,66). Sum of RGB (Red+Green+Blue) = 139+29+66=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D42 is #74E2BD. Grayscale: #424242. Windows color (decimal): -7660222 or 4332939. OLE color: 4332939.

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

Color convert

RGB1392966-
CMYK00.790.530.45
HSL339.82º65.48%32.94%-
HSV(B)339.82º79.14%54.51%-
XYZ12.076.765.82-
YUV66.11127.94179.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=59.40%
G=12.39%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139296600.790.530.45339.8265.4832.94
Hex8B1D4204F352D1544121
Octal213351020117655552410141
Binary10001011111011000010010011111101011011011010101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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