Html Css Color HEX #8E354F Disco

📋 copy color: '#8E354F'

red 142 ◦ green 53 ◦ blue 79

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

Shades of Disco #8E354F

Tints of Disco #8E354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 51.82%
G = 19.34%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E354F (or 0x8E354F) is known color: Disco. HEX triplet: 8E, 35 and 4F. RGB value is (142,53,79). Sum of RGB (Red+Green+Blue) = 142+53+79=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E354F is #71CAB0. Grayscale: #525252. Windows color (decimal): -7457457 or 5191054. OLE color: 5191054.

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

Color convert

RGB 142 53 79 -
CMYK 0 0.63 0.44 0.44
HSL 342.47º 0.46% 0.38% -
HSV(B) 342.47º 0.63% 0.56% -
XYZ 13.84 8.86 8.38 -
YUV 82.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 142 53 79 0 0.63 0.44 0.44 342.47 0.46 0.38
Hex 8E 35 4F 0 3F 2C 2C 156 2E 26
Octal 216 65 117 0 77 54 54 526 56 46
Binary 10001110 110101 1001111 0 111111 101100 101100 101010110 101110 100110

Color Harmonies of #8E354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E354F

Black with #8E354F

Text Example


Text Example

White with #8E354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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