#8F0F3F

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

Shades of Disco #8F0F3F

Tints of Disco #8F0F3F

Color information

#8F0F3F (or 0x8F0F3F) is unknown color: approx Disco. HEX triplet: 8F, 0F and 3F. RGB value is (143,15,63). Sum of RGB (Red+Green+Blue) = 143+15+63=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0F3F is #70F0C0. Grayscale: #3A3A3A. Windows color (decimal): -7401665 or 4132751. OLE color: 4132751.

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

Color convert

RGB1431563-
CMYK00.900.560.44
HSL337.5º81.01%30.98%-
HSV(B)337.5º89.51%56.08%-
XYZ12.46.545.31-
YUV58.74130.41188.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.71%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 63 (25% from 255) = 28.51%
R=64.71%
G=6.79%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143156300.900.560.44337.581.0130.98
Hex8FF3F05A382C152511f
Octal21717770132705452212137
Binary10001111111111111101011010111000101100101010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,63); }

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

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

 a { background-color: rgb(143,15,63); }

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

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

 span { border-color: rgb(143,15,63); }

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