Html Css Color HEX #8E3450 Disco

📋 copy color: '#8E3450'

red 142 ◦ green 52 ◦ blue 80

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

Shades of Disco #8E3450

Tints of Disco #8E3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 51.82%
G = 18.98%
B = 29.2%

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

#8E3450 (or 0x8E3450) is known color: Disco. HEX triplet: 8E, 34 and 50. RGB value is (142,52,80). Sum of RGB (Red+Green+Blue) = 142+52+80=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3450 is #71CBAF. Grayscale: #525252. Windows color (decimal): -7457712 or 5256334. OLE color: 5256334.

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

Color convert

RGB 142 52 80 -
CMYK 0 0.63 0.44 0.44
HSL 341.33º 0.46% 0.38% -
HSV(B) 341.33º 0.63% 0.56% -
XYZ 13.83 8.79 8.56 -
YUV 82.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 142 52 80 0 0.63 0.44 0.44 341.33 0.46 0.38
Hex 8E 34 50 0 3F 2C 2C 155 2E 26
Octal 216 64 120 0 77 54 54 525 56 46
Binary 10001110 110100 1010000 0 111111 101100 101100 101010101 101110 100110

Color Harmonies of #8E3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3450

Black with #8E3450

Text Example


Text Example

White with #8E3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,80); }

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

background-color css

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

 a { background-color: rgb(142,52,80); }

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

border-color css

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

 span { border-color: rgb(142,52,80); }

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