Html Css Color HEX #8E3350 Disco

📋 copy color: '#8E3350'

red 142 ◦ green 51 ◦ blue 80

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

Shades of Disco #8E3350

Tints of Disco #8E3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 52.01%
G = 18.68%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E3350 (or 0x8E3350) is known color: Disco. HEX triplet: 8E, 33 and 50. RGB value is (142,51,80). Sum of RGB (Red+Green+Blue) = 142+51+80=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3350 is #71CCAF. Grayscale: #515151. Windows color (decimal): -7457968 or 5256078. OLE color: 5256078.

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

Color convert

RGB 142 51 80 -
CMYK 0 0.64 0.44 0.44
HSL 340.88º 0.47% 0.38% -
HSV(B) 340.88º 0.64% 0.56% -
XYZ 13.79 8.7 8.54 -
YUV 81.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 142 51 80 0 0.64 0.44 0.44 340.88 0.47 0.38
Hex 8E 33 50 0 40 2C 2C 155 2F 26
Octal 216 63 120 0 100 54 54 525 57 46
Binary 10001110 110011 1010000 0 1000000 101100 101100 101010101 101111 100110

Color Harmonies of #8E3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3350

Black with #8E3350

Text Example


Text Example

White with #8E3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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