#8F1B41

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

Shades of Disco #8F1B41

Tints of Disco #8F1B41

Color information

#8F1B41 (or 0x8F1B41) is unknown color: approx Disco. HEX triplet: 8F, 1B and 41. RGB value is (143,27,65). Sum of RGB (Red+Green+Blue) = 143+27+65=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B41 is #70E4BE. Grayscale: #414141. Windows color (decimal): -7398591 or 4266895. OLE color: 4266895.

HSL color Cylindrical-coordinate representation of color #8F1B41: hue angle of 340.34º 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 #8F1B41 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1432765-
CMYK00.810.550.44
HSL340.34º68.24%33.33%-
HSV(B)340.34º81.12%56.08%-
XYZ12.677.015.69-
YUV66.02127.43182.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=60.85%
G=11.49%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143276500.810.550.44340.3468.2433.33
Hex8F1B41051372C1544421
Octal217331010121675452410441
Binary10001111110111000001010100011101111011001010101001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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