#8B1842

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

Shades of Disco #8B1842

Tints of Disco #8B1842

Color information

#8B1842 (or 0x8B1842) is unknown color: approx Disco. HEX triplet: 8B, 18 and 42. RGB value is (139,24,66). Sum of RGB (Red+Green+Blue) = 139+24+66=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1842 is #74E7BD. Grayscale: #3F3F3F. Windows color (decimal): -7661502 or 4331659. OLE color: 4331659.

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

Color convert

RGB1392466-
CMYK00.830.530.45
HSL338.09º70.55%31.96%-
HSV(B)338.09º82.73%54.51%-
XYZ11.966.545.79-
YUV63.17129.6182.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.70%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=60.70%
G=10.48%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139246600.830.530.45338.0970.5531.96
Hex8B1842053352D1524720
Octal213301020123655552210740
Binary10001011110001000010010100111101011011011010100101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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