Html Css Color HEX #8E2549 Disco

📋 copy color: '#8E2549'

red 142 ◦ green 37 ◦ blue 73

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

Shades of Disco #8E2549

Tints of Disco #8E2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 56.35%
G = 14.68%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E2549 (or 0x8E2549) is known color: Disco. HEX triplet: 8E, 25 and 49. RGB value is (142,37,73). Sum of RGB (Red+Green+Blue) = 142+37+73=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2549 is #71DAB6. Grayscale: #484848. Windows color (decimal): -7461559 or 4793742. OLE color: 4793742.

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

Color convert

RGB 142 37 73 -
CMYK 0 0.74 0.49 0.44
HSL 339.43º 0.59% 0.35% -
HSV(B) 339.43º 0.74% 0.56% -
XYZ 13.02 7.55 7.08 -
YUV 72.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 142 37 73 0 0.74 0.49 0.44 339.43 0.59 0.35
Hex 8E 25 49 0 4A 31 2C 153 3B 23
Octal 216 45 111 0 112 61 54 523 73 43
Binary 10001110 100101 1001001 0 1001010 110001 101100 101010011 111011 100011

Color Harmonies of #8E2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2549

Black with #8E2549

Text Example


Text Example

White with #8E2549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,73); }

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

background-color css

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

 a { background-color: rgb(142,37,73); }

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

border-color css

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

 span { border-color: rgb(142,37,73); }

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