#8F2647

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

Shades of Disco #8F2647

Tints of Disco #8F2647

Color information

#8F2647 (or 0x8F2647) is unknown color: approx Disco. HEX triplet: 8F, 26 and 47. RGB value is (143,38,71). Sum of RGB (Red+Green+Blue) = 143+38+71=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2647 is #70D9B8. Grayscale: #494949. Windows color (decimal): -7395769 or 4662927. OLE color: 4662927.

HSL color Cylindrical-coordinate representation of color #8F2647: hue angle of 341.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2647 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1433871-
CMYK00.730.500.44
HSL341.14º58.01%35.49%-
HSV(B)341.14º73.43%56.08%-
XYZ13.167.686.75-
YUV73.16126.79177.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.75%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=56.75%
G=15.08%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143387100.730.500.44341.1458.0135.49
Hex8F2647049322C1553a23
Octal21746107011162545257243
Binary10001111100110100011101001001110010101100101010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,38,71); }

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

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

 a { background-color: rgb(143,38,71); }

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

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

 span { border-color: rgb(143,38,71); }

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