Html Css Color HEX #8E3250 Disco

📋 copy color: '#8E3250'

red 142 ◦ green 50 ◦ blue 80

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

Shades of Disco #8E3250

Tints of Disco #8E3250

RGB

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

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

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

R = 52.21%
G = 18.38%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E3250 (or 0x8E3250) is known color: Disco. HEX triplet: 8E, 32 and 50. RGB value is (142,50,80). Sum of RGB (Red+Green+Blue) = 142+50+80=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3250 is #71CDAF. Grayscale: #505050. Windows color (decimal): -7458224 or 5255822. OLE color: 5255822.

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

Color convert

RGB 142 50 80 -
CMYK 0 0.65 0.44 0.44
HSL 340.43º 0.48% 0.38% -
HSV(B) 340.43º 0.65% 0.56% -
XYZ 13.74 8.61 8.53 -
YUV 80.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 142 50 80 0 0.65 0.44 0.44 340.43 0.48 0.38
Hex 8E 32 50 0 41 2C 2C 154 30 26
Octal 216 62 120 0 101 54 54 524 60 46
Binary 10001110 110010 1010000 0 1000001 101100 101100 101010100 110000 100110

Color Harmonies of #8E3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3250

Black with #8E3250

Text Example


Text Example

White with #8E3250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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