Html Css Color HEX #8E2741 Disco

📋 copy color: '#8E2741'

red 142 ◦ green 39 ◦ blue 65

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

Shades of Disco #8E2741

Tints of Disco #8E2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

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

R = 57.72%
G = 15.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E2741 (or 0x8E2741) is known color: Disco. HEX triplet: 8E, 27 and 41. RGB value is (142,39,65). Sum of RGB (Red+Green+Blue) = 142+39+65=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2741 is #71D8BE. Grayscale: #484848. Windows color (decimal): -7461055 or 4269966. OLE color: 4269966.

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

Color convert

RGB 142 39 65 -
CMYK 0 0.73 0.54 0.44
HSL 344.85º 0.57% 0.35% -
HSV(B) 344.85º 0.73% 0.56% -
XYZ 12.83 7.58 5.79 -
YUV 72.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 142 39 65 0 0.73 0.54 0.44 344.85 0.57 0.35
Hex 8E 27 41 0 49 36 2C 159 39 23
Octal 216 47 101 0 111 66 54 531 71 43
Binary 10001110 100111 1000001 0 1001001 110110 101100 101011001 111001 100011

Color Harmonies of #8E2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2741

Black with #8E2741

Text Example


Text Example

White with #8E2741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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