Html Css Color HEX #8E374F Disco

📋 copy color: '#8E374F'

red 142 ◦ green 55 ◦ blue 79

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

Shades of Disco #8E374F

Tints of Disco #8E374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 51.45%
G = 19.93%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E374F (or 0x8E374F) is known color: Disco. HEX triplet: 8E, 37 and 4F. RGB value is (142,55,79). Sum of RGB (Red+Green+Blue) = 142+55+79=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E374F is #71C8B0. Grayscale: #535353. Windows color (decimal): -7456945 or 5191566. OLE color: 5191566.

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

Color convert

RGB 142 55 79 -
CMYK 0 0.61 0.44 0.44
HSL 343.45º 0.44% 0.39% -
HSV(B) 343.45º 0.61% 0.56% -
XYZ 13.93 9.05 8.41 -
YUV 83.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 142 55 79 0 0.61 0.44 0.44 343.45 0.44 0.39
Hex 8E 37 4F 0 3D 2C 2C 157 2C 27
Octal 216 67 117 0 75 54 54 527 54 47
Binary 10001110 110111 1001111 0 111101 101100 101100 101010111 101100 100111

Color Harmonies of #8E374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E374F

Black with #8E374F

Text Example


Text Example

White with #8E374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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