Html Css Color HEX #8E363C Well Read

📋 copy color: '#8E363C'

red 142 ◦ green 54 ◦ blue 60

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

Shades of Well Read #8E363C

Tints of Well Read #8E363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 55.47%
G = 21.09%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E363C (or 0x8E363C) is known color: Well Read. HEX triplet: 8E, 36 and 3C. RGB value is (142,54,60). Sum of RGB (Red+Green+Blue) = 142+54+60=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363C is #71C9C3. Grayscale: #515151. Windows color (decimal): -7457220 or 3946126. OLE color: 3946126.

HSL color Cylindrical-coordinate representation of color #8E363C: hue angle of 355.91º 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 #8E363C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 54 60 -
CMYK 0 0.62 0.58 0.44
HSL 355.91º 0.45% 0.38% -
HSV(B) 355.91º 0.62% 0.56% -
XYZ 13.29 8.72 5.26 -
YUV 81 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 142 54 60 0 0.62 0.58 0.44 355.91 0.45 0.38
Hex 8E 36 3C 0 3E 3A 2C 164 2D 26
Octal 216 66 74 0 76 72 54 544 55 46
Binary 10001110 110110 111100 0 111110 111010 101100 101100100 101101 100110

Color Harmonies of #8E363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E363C

Black with #8E363C

Text Example


Text Example

White with #8E363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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