#8F2F4F

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

Shades of Disco #8F2F4F

Tints of Disco #8F2F4F

Color information

#8F2F4F (or 0x8F2F4F) is unknown color: approx Disco. HEX triplet: 8F, 2F and 4F. RGB value is (143,47,79). Sum of RGB (Red+Green+Blue) = 143+47+79=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2F4F is #70D0B0. Grayscale: #4F4F4F. Windows color (decimal): -7393457 or 5189519. OLE color: 5189519.

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

Color convert

RGB1434779-
CMYK00.670.450.44
HSL340º50.53%37.25%-
HSV(B)340º67.13%56.08%-
XYZ13.768.448.3-
YUV79.35127.8173.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.16%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=53.16%
G=17.47%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143477900.670.450.4434050.5337.25
Hex8F2F4F0432D2C1543325
Octal21757117010355545246345
Binary10001111101111100111101000011101101101100101010100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,47,79); }

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

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

 a { background-color: rgb(143,47,79); }

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

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

 span { border-color: rgb(143,47,79); }

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