#8F1B45

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

Shades of Disco #8F1B45

Tints of Disco #8F1B45

Color information

#8F1B45 (or 0x8F1B45) is unknown color: approx Disco. HEX triplet: 8F, 1B and 45. RGB value is (143,27,69). Sum of RGB (Red+Green+Blue) = 143+27+69=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B45 is #70E4BA. Grayscale: #424242. Windows color (decimal): -7398587 or 4529039. OLE color: 4529039.

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

Color convert

RGB1432769-
CMYK00.810.520.44
HSL338.28º68.24%33.33%-
HSV(B)338.28º81.12%56.08%-
XYZ12.797.056.32-
YUV66.47129.43182.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.83%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=59.83%
G=11.30%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143276900.810.520.44338.2868.2433.33
Hex8F1B45051342C1524421
Octal217331050121645452210441
Binary10001111110111000101010100011101001011001010100101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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