#8c1f45

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

Shades of Disco #8C1F45

Tints of Disco #8C1F45

Color information

#8C1F45 (or 0x8C1F45) is unknown color: approx Disco. HEX triplet: 8C, 1F and 45. RGB value is (140,31,69). Sum of RGB (Red+Green+Blue) = 140+31+69=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F45 is #73E0BA. Grayscale: #434343. Windows color (decimal): -7594171 or 4530060. OLE color: 4530060.

HSL color Cylindrical-coordinate representation of color #8C1F45: hue angle of 339.08º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F45 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1403169-
CMYK00.780.510.45
HSL339.08º63.74%33.53%-
HSV(B)339.08º77.86%54.9%-
XYZ12.386.996.33-
YUV67.92128.61179.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.33%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=58.33%
G=12.92%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140316900.780.510.45339.0863.7433.53
Hex8C1F4504E332D1534022
Octal214371050116635552310042
Binary10001100111111000101010011101100111011011010100111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,69); }

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

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

 a { background-color: rgb(140,31,69); }

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

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

 span { border-color: rgb(140,31,69); }

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