#8C163E

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

Shades of Disco #8C163E

Tints of Disco #8C163E

Color information

#8C163E (or 0x8C163E) is unknown color: approx Disco. HEX triplet: 8C, 16 and 3E. RGB value is (140,22,62). Sum of RGB (Red+Green+Blue) = 140+22+62=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C163E is #73E9C1. Grayscale: #3D3D3D. Windows color (decimal): -7596482 or 4069004. OLE color: 4069004.

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

Color convert

RGB1402262-
CMYK00.840.560.45
HSL339.66º72.84%31.76%-
HSV(B)339.66º84.29%54.9%-
XYZ11.976.55.18-
YUV61.84128.09183.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=62.5%
G=9.82%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140226200.840.560.45339.6672.8431.76
Hex8C163E054382D1544920
Octal21426760124705552411140
Binary1000110010110111110010101001110001011011010101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,62); }

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

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

 a { background-color: rgb(140,22,62); }

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

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

 span { border-color: rgb(140,22,62); }

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