#8B1A3F

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

Shades of Disco #8B1A3F

Tints of Disco #8B1A3F

Color information

#8B1A3F (or 0x8B1A3F) is unknown color: approx Disco. HEX triplet: 8B, 1A and 3F. RGB value is (139,26,63). Sum of RGB (Red+Green+Blue) = 139+26+63=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A3F is #74E5C0. Grayscale: #3F3F3F. Windows color (decimal): -7660993 or 4135563. OLE color: 4135563.

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

Color convert

RGB1392663-
CMYK00.810.550.45
HSL340.35º68.48%32.35%-
HSV(B)340.35º81.29%54.51%-
XYZ11.916.595.35-
YUV64127.44181.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.96%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 63 (25% from 255) = 27.63%
R=60.96%
G=11.40%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139266300.810.550.45340.3568.4832.35
Hex8B1A3F051372D1544420
Octal21332770121675552410440
Binary1000101111010111111010100011101111011011010101001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,63); }

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

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

 a { background-color: rgb(139,26,63); }

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

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

 span { border-color: rgb(139,26,63); }

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