#8E1F3F

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

Shades of Disco #8E1F3F

Tints of Disco #8E1F3F

Color information

#8E1F3F (or 0x8E1F3F) is unknown color: approx Disco. HEX triplet: 8E, 1F and 3F. RGB value is (142,31,63). Sum of RGB (Red+Green+Blue) = 142+31+63=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F3F is #71E0C0. Grayscale: #434343. Windows color (decimal): -7463105 or 4136846. OLE color: 4136846.

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

Color convert

RGB1423163-
CMYK00.780.560.44
HSL342.7º64.16%33.92%-
HSV(B)342.7º78.17%55.69%-
XYZ12.547.095.41-
YUV67.84125.27180.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 63 (25% from 255) = 26.69%
R=60.17%
G=13.14%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142316300.780.560.44342.764.1633.92
Hex8E1F3F04E382C1574022
Octal21637770116705452710042
Binary1000111011111111111010011101110001011001010101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,31,63); }

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

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

 a { background-color: rgb(142,31,63); }

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

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

 span { border-color: rgb(142,31,63); }

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