Html Css Color HEX #8E2548 Disco

📋 copy color: '#8E2548'

red 142 ◦ green 37 ◦ blue 72

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

Shades of Disco #8E2548

Tints of Disco #8E2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 56.57%
G = 14.74%
B = 28.69%

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

#8E2548 (or 0x8E2548) is known color: Disco. HEX triplet: 8E, 25 and 48. RGB value is (142,37,72). Sum of RGB (Red+Green+Blue) = 142+37+72=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2548 is #71DAB7. Grayscale: #484848. Windows color (decimal): -7461560 or 4728206. OLE color: 4728206.

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

Color convert

RGB 142 37 72 -
CMYK 0 0.74 0.49 0.44
HSL 340º 0.59% 0.35% -
HSV(B) 340º 0.74% 0.56% -
XYZ 12.99 7.54 6.9 -
YUV 72.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 142 37 72 0 0.74 0.49 0.44 340 0.59 0.35
Hex 8E 25 48 0 4A 31 2C 154 3B 23
Octal 216 45 110 0 112 61 54 524 73 43
Binary 10001110 100101 1001000 0 1001010 110001 101100 101010100 111011 100011

Color Harmonies of #8E2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2548

Black with #8E2548

Text Example


Text Example

White with #8E2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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