Html Css Color HEX #8E363E Well Read

📋 copy color: '#8E363E'

red 142 ◦ green 54 ◦ blue 62

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

Shades of Well Read #8E363E

Tints of Well Read #8E363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 55.04%
G = 20.93%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E363E (or 0x8E363E) is known color: Well Read. HEX triplet: 8E, 36 and 3E. RGB value is (142,54,62). Sum of RGB (Red+Green+Blue) = 142+54+62=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363E is #71C9C1. Grayscale: #515151. Windows color (decimal): -7457218 or 4077198. OLE color: 4077198.

HSL color Cylindrical-coordinate representation of color #8E363E: hue angle of 354.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E363E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 54 62 -
CMYK 0 0.62 0.56 0.44
HSL 354.55º 0.45% 0.38% -
HSV(B) 354.55º 0.62% 0.56% -
XYZ 13.34 8.74 5.54 -
YUV 81.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 142 54 62 0 0.62 0.56 0.44 354.55 0.45 0.38
Hex 8E 36 3E 0 3E 38 2C 163 2D 26
Octal 216 66 76 0 76 70 54 543 55 46
Binary 10001110 110110 111110 0 111110 111000 101100 101100011 101101 100110

Color Harmonies of #8E363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E363E

Black with #8E363E

Text Example


Text Example

White with #8E363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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