Html Css Color HEX #8E393E Well Read

📋 copy color: '#8E393E'

red 142 ◦ green 57 ◦ blue 62

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

Shades of Well Read #8E393E

Tints of Well Read #8E393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 54.41%
G = 21.84%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E393E (or 0x8E393E) is known color: Well Read. HEX triplet: 8E, 39 and 3E. RGB value is (142,57,62). Sum of RGB (Red+Green+Blue) = 142+57+62=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E393E is #71C6C1. Grayscale: #535353. Windows color (decimal): -7456450 or 4077966. OLE color: 4077966.

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

Color convert

RGB 142 57 62 -
CMYK 0 0.60 0.56 0.44
HSL 356.47º 0.43% 0.39% -
HSV(B) 356.47º 0.6% 0.56% -
XYZ 13.49 9.02 5.59 -
YUV 82.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 142 57 62 0 0.60 0.56 0.44 356.47 0.43 0.39
Hex 8E 39 3E 0 3C 38 2C 164 2B 27
Octal 216 71 76 0 74 70 54 544 53 47
Binary 10001110 111001 111110 0 111100 111000 101100 101100100 101011 100111

Color Harmonies of #8E393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E393E

Black with #8E393E

Text Example


Text Example

White with #8E393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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