Html Css Color HEX #8E2341 Disco

📋 copy color: '#8E2341'

red 142 ◦ green 35 ◦ blue 65

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

Shades of Disco #8E2341

Tints of Disco #8E2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 58.68%
G = 14.46%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E2341 (or 0x8E2341) is known color: Disco. HEX triplet: 8E, 23 and 41. RGB value is (142,35,65). Sum of RGB (Red+Green+Blue) = 142+35+65=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2341 is #71DCBE. Grayscale: #464646. Windows color (decimal): -7462079 or 4268942. OLE color: 4268942.

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

Color convert

RGB 142 35 65 -
CMYK 0 0.75 0.54 0.44
HSL 343.18º 0.6% 0.35% -
HSV(B) 343.18º 0.75% 0.56% -
XYZ 12.71 7.33 5.75 -
YUV 70.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 142 35 65 0 0.75 0.54 0.44 343.18 0.6 0.35
Hex 8E 23 41 0 4B 36 2C 157 3C 23
Octal 216 43 101 0 113 66 54 527 74 43
Binary 10001110 100011 1000001 0 1001011 110110 101100 101010111 111100 100011

Color Harmonies of #8E2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2341

Black with #8E2341

Text Example


Text Example

White with #8E2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,35,65); }

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

background-color css

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

 a { background-color: rgb(142,35,65); }

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

border-color css

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

 span { border-color: rgb(142,35,65); }

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