#8C1949

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

Shades of Disco #8C1949

Tints of Disco #8C1949

Color information

#8C1949 (or 0x8C1949) is unknown color: approx Disco. HEX triplet: 8C, 19 and 49. RGB value is (140,25,73). Sum of RGB (Red+Green+Blue) = 140+25+73=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1949 is #73E6B6. Grayscale: #404040. Windows color (decimal): -7595703 or 4790668. OLE color: 4790668.

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

Color convert

RGB1402573-
CMYK00.820.480.45
HSL334.96º69.7%32.35%-
HSV(B)334.96º82.14%54.9%-
XYZ12.376.756.95-
YUV64.86132.6181.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=58.82%
G=10.50%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140257300.820.480.45334.9669.732.35
Hex8C1949052302D14f4620
Octal214311110122605551710640
Binary10001100110011001001010100101100001011011010011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,25,73); }

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

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

 a { background-color: rgb(140,25,73); }

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

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

 span { border-color: rgb(140,25,73); }

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