Html Css Color HEX #8E3552 Disco

📋 copy color: '#8E3552'

red 142 ◦ green 53 ◦ blue 82

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

Shades of Disco #8E3552

Tints of Disco #8E3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 51.26%
G = 19.13%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E3552 (or 0x8E3552) is known color: Disco. HEX triplet: 8E, 35 and 52. RGB value is (142,53,82). Sum of RGB (Red+Green+Blue) = 142+53+82=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3552 is #71CAAD. Grayscale: #525252. Windows color (decimal): -7457454 or 5387662. OLE color: 5387662.

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

Color convert

RGB 142 53 82 -
CMYK 0 0.63 0.42 0.44
HSL 340.45º 0.46% 0.38% -
HSV(B) 340.45º 0.63% 0.56% -
XYZ 13.95 8.91 8.97 -
YUV 82.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 142 53 82 0 0.63 0.42 0.44 340.45 0.46 0.38
Hex 8E 35 52 0 3F 2A 2C 154 2E 26
Octal 216 65 122 0 77 52 54 524 56 46
Binary 10001110 110101 1010010 0 111111 101010 101100 101010100 101110 100110

Color Harmonies of #8E3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3552

Black with #8E3552

Text Example


Text Example

White with #8E3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,53,82); }

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

background-color css

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

 a { background-color: rgb(142,53,82); }

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

border-color css

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

 span { border-color: rgb(142,53,82); }

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