#8f1b48

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

Shades of Disco #8F1B48

Tints of Disco #8F1B48

Color information

#8F1B48 (or 0x8F1B48) is unknown color: approx Disco. HEX triplet: 8F, 1B and 48. RGB value is (143,27,72). Sum of RGB (Red+Green+Blue) = 143+27+72=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B48 is #70E4B7. Grayscale: #424242. Windows color (decimal): -7398584 or 4725647. OLE color: 4725647.

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

Color convert

RGB1432772-
CMYK00.810.500.44
HSL336.72º68.24%33.33%-
HSV(B)336.72º81.12%56.08%-
XYZ12.897.096.82-
YUV66.81130.93182.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=59.09%
G=11.16%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143277200.810.500.44336.7268.2433.33
Hex8F1B48051322C1514421
Octal217331100121625452110441
Binary10001111110111001000010100011100101011001010100011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f1b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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