#8E153E

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

Shades of Disco #8E153E

Tints of Disco #8E153E

Color information

#8E153E (or 0x8E153E) is unknown color: approx Disco. HEX triplet: 8E, 15 and 3E. RGB value is (142,21,62). Sum of RGB (Red+Green+Blue) = 142+21+62=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E153E is #71EAC1. Grayscale: #3D3D3D. Windows color (decimal): -7465666 or 4068750. OLE color: 4068750.

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

Color convert

RGB1422162-
CMYK00.850.560.44
HSL339.67º74.23%31.96%-
HSV(B)339.67º85.21%55.69%-
XYZ12.296.635.19-
YUV61.85128.09185.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=63.11%
G=9.33%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142216200.850.560.44339.6774.2331.96
Hex8E153E055382C1544a20
Octal21625760125705452411240
Binary1000111010101111110010101011110001011001010101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,62); }

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

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

 a { background-color: rgb(142,21,62); }

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

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

 span { border-color: rgb(142,21,62); }

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