Html Css Color HEX #8E1F47 Disco

📋 copy color: '#8E1F47'

red 142 ◦ green 31 ◦ blue 71

#8E1F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #8E1F47

Tints of Disco #8E1F47

RGB

 RED value IS 142 (55.86% from 255) = 58.2%

 GREEN value IS 31 (12.5% from 255) = 12.7%

 BLUE value IS 71 (28.13% from 255) = 29.1%

R = 58.2%
G = 12.7%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E1F47 (or 0x8E1F47) is known color: Disco. HEX triplet: 8E, 1F and 47. RGB value is (142,31,71). Sum of RGB (Red+Green+Blue) = 142+31+71=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F47 is #71E0B8. Grayscale: #444444. Windows color (decimal): -7463097 or 4661134. OLE color: 4661134.

HSL color Cylindrical-coordinate representation of color #8E1F47: hue angle of 338.38º 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 #8E1F47 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 31 71 -
CMYK 0 0.78 0.5 0.44
HSL 338.38º 0.64% 0.34% -
HSV(B) 338.38º 0.78% 0.56% -
XYZ 12.78 7.19 6.67 -
YUV 68.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 142 31 71 0 0.78 0.5 0.44 338.38 0.64 0.34
Hex 8E 1F 47 0 4E 32 2C 152 40 22
Octal 216 37 107 0 116 62 54 522 100 42
Binary 10001110 11111 1000111 0 1001110 110010 101100 101010010 1000000 100010

Color Harmonies of #8E1F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1F47

Black with #8E1F47

Text Example


Text Example

White with #8E1F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E1F47;
 }
 .AnyTagClassName
 {
   color: #8E1F47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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