#8C1A3F

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

Shades of Disco #8C1A3F

Tints of Disco #8C1A3F

Color information

#8C1A3F (or 0x8C1A3F) is unknown color: approx Disco. HEX triplet: 8C, 1A and 3F. RGB value is (140,26,63). Sum of RGB (Red+Green+Blue) = 140+26+63=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A3F is #73E5C0. Grayscale: #404040. Windows color (decimal): -7595457 or 4135564. OLE color: 4135564.

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

Color convert

RGB1402663-
CMYK00.810.550.45
HSL340.53º68.67%32.55%-
HSV(B)340.53º81.43%54.9%-
XYZ12.086.675.35-
YUV64.3127.27181.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 63 (25% from 255) = 27.51%
R=61.14%
G=11.35%
B=27.51%

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
Decimal140266300.810.550.45340.5368.6732.55
Hex8C1A3F051372D1554521
Octal21432770121675552510541
Binary1000110011010111111010100011101111011011010101011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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