#8F2A48

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

Shades of Disco #8F2A48

Tints of Disco #8F2A48

Color information

#8F2A48 (or 0x8F2A48) is unknown color: approx Disco. HEX triplet: 8F, 2A and 48. RGB value is (143,42,72). Sum of RGB (Red+Green+Blue) = 143+42+72=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A48 is #70D5B7. Grayscale: #4B4B4B. Windows color (decimal): -7394744 or 4729487. OLE color: 4729487.

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

Color convert

RGB1434272-
CMYK00.710.500.44
HSL342.18º54.59%36.27%-
HSV(B)342.18º70.63%56.08%-
XYZ13.337.966.97-
YUV75.62125.96176.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=55.64%
G=16.34%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143427200.710.500.44342.1854.5936.27
Hex8F2A48047322C1563724
Octal21752110010762545266744
Binary10001111101010100100001000111110010101100101010110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,42,72); }

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

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

 a { background-color: rgb(143,42,72); }

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

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

 span { border-color: rgb(143,42,72); }

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