Html Css Color HEX #8E3349 Disco

📋 copy color: '#8E3349'

red 142 ◦ green 51 ◦ blue 73

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

Shades of Disco #8E3349

Tints of Disco #8E3349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 53.38%
G = 19.17%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E3349 (or 0x8E3349) is known color: Disco. HEX triplet: 8E, 33 and 49. RGB value is (142,51,73). Sum of RGB (Red+Green+Blue) = 142+51+73=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3349 is #71CCB6. Grayscale: #505050. Windows color (decimal): -7457975 or 4797326. OLE color: 4797326.

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

Color convert

RGB 142 51 73 -
CMYK 0 0.64 0.49 0.44
HSL 345.49º 0.47% 0.38% -
HSV(B) 345.49º 0.64% 0.56% -
XYZ 13.54 8.6 7.25 -
YUV 80.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 142 51 73 0 0.64 0.49 0.44 345.49 0.47 0.38
Hex 8E 33 49 0 40 31 2C 159 2F 26
Octal 216 63 111 0 100 61 54 531 57 46
Binary 10001110 110011 1001001 0 1000000 110001 101100 101011001 101111 100110

Color Harmonies of #8E3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3349

Black with #8E3349

Text Example


Text Example

White with #8E3349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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