#8f2d45

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

Shades of Disco #8F2D45

Tints of Disco #8F2D45

Color information

#8F2D45 (or 0x8F2D45) is unknown color: approx Disco. HEX triplet: 8F, 2D and 45. RGB value is (143,45,69). Sum of RGB (Red+Green+Blue) = 143+45+69=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D45 is #70D2BA. Grayscale: #4D4D4D. Windows color (decimal): -7393979 or 4533647. OLE color: 4533647.

HSL color Cylindrical-coordinate representation of color #8F2D45: hue angle of 345.31º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D45 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB1434569-
CMYK00.690.520.44
HSL345.31º52.13%36.86%-
HSV(B)345.31º68.53%56.08%-
XYZ13.348.156.5-
YUV77.04123.47175.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=55.64%
G=17.51%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143456900.690.520.44345.3152.1336.86
Hex8F2D45045342C1593425
Octal21755105010564545316445
Binary10001111101101100010101000101110100101100101011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f2d45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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