Html Css Color HEX #8E3139 Well Read

📋 copy color: '#8E3139'

red 142 ◦ green 49 ◦ blue 57

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

Shades of Well Read #8E3139

Tints of Well Read #8E3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 57.26%
G = 19.76%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8E3139 (or 0x8E3139) is known color: Well Read. HEX triplet: 8E, 31 and 39. RGB value is (142,49,57). Sum of RGB (Red+Green+Blue) = 142+49+57=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3139 is #71CEC6. Grayscale: #4D4D4D. Windows color (decimal): -7458503 or 3748238. OLE color: 3748238.

HSL color Cylindrical-coordinate representation of color #8E3139: hue angle of 354.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3139 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 57 -
CMYK 0 0.65 0.60 0.44
HSL 354.84º 0.49% 0.37% -
HSV(B) 354.84º 0.65% 0.56% -
XYZ 12.99 8.24 4.78 -
YUV 77.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 142 49 57 0 0.65 0.60 0.44 354.84 0.49 0.37
Hex 8E 31 39 0 41 3C 2C 163 31 25
Octal 216 61 71 0 101 74 54 543 61 45
Binary 10001110 110001 111001 0 1000001 111100 101100 101100011 110001 100101

Color Harmonies of #8E3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3139

Black with #8E3139

Text Example


Text Example

White with #8E3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,57); }

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

background-color css

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

 a { background-color: rgb(142,49,57); }

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

border-color css

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

 span { border-color: rgb(142,49,57); }

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