Html Css Color HEX #8E3248 Disco

📋 copy color: '#8E3248'

red 142 ◦ green 50 ◦ blue 72

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

Shades of Disco #8E3248

Tints of Disco #8E3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

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

R = 53.79%
G = 18.94%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E3248 (or 0x8E3248) is known color: Disco. HEX triplet: 8E, 32 and 48. RGB value is (142,50,72). Sum of RGB (Red+Green+Blue) = 142+50+72=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3248 is #71CDB7. Grayscale: #505050. Windows color (decimal): -7458232 or 4731534. OLE color: 4731534.

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

Color convert

RGB 142 50 72 -
CMYK 0 0.65 0.49 0.44
HSL 345.65º 0.48% 0.38% -
HSV(B) 345.65º 0.65% 0.56% -
XYZ 13.47 8.5 7.06 -
YUV 80.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 142 50 72 0 0.65 0.49 0.44 345.65 0.48 0.38
Hex 8E 32 48 0 41 31 2C 15A 30 26
Octal 216 62 110 0 101 61 54 532 60 46
Binary 10001110 110010 1001000 0 1000001 110001 101100 101011010 110000 100110

Color Harmonies of #8E3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3248

Black with #8E3248

Text Example


Text Example

White with #8E3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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