#8F2741

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

Shades of Disco #8F2741

Tints of Disco #8F2741

Color information

#8F2741 (or 0x8F2741) is unknown color: approx Disco. HEX triplet: 8F, 27 and 41. RGB value is (143,39,65). Sum of RGB (Red+Green+Blue) = 143+39+65=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2741 is #70D8BE. Grayscale: #494949. Windows color (decimal): -7395519 or 4269967. OLE color: 4269967.

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

Color convert

RGB1433965-
CMYK00.730.550.44
HSL345º57.14%35.69%-
HSV(B)345º72.73%56.08%-
XYZ13.017.675.8-
YUV73.06123.46177.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.89%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=57.89%
G=15.79%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143396500.730.550.4434557.1435.69
Hex8F2741049372C1593924
Octal21747101011167545317144
Binary10001111100111100000101001001110111101100101011001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,65); }

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

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

 a { background-color: rgb(143,39,65); }

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

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

 span { border-color: rgb(143,39,65); }

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