Html Css Color HEX #8E3238 Well Read

📋 copy color: '#8E3238'

red 142 ◦ green 50 ◦ blue 56

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

Shades of Well Read #8E3238

Tints of Well Read #8E3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 57.26%
G = 20.16%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E3238 (or 0x8E3238) is known color: Well Read. HEX triplet: 8E, 32 and 38. RGB value is (142,50,56). Sum of RGB (Red+Green+Blue) = 142+50+56=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3238 is #71CDC7. Grayscale: #4E4E4E. Windows color (decimal): -7458248 or 3682958. OLE color: 3682958.

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

Color convert

RGB 142 50 56 -
CMYK 0 0.65 0.61 0.44
HSL 356.09º 0.48% 0.38% -
HSV(B) 356.09º 0.65% 0.56% -
XYZ 13.01 8.32 4.66 -
YUV 78.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 142 50 56 0 0.65 0.61 0.44 356.09 0.48 0.38
Hex 8E 32 38 0 41 3D 2C 164 30 26
Octal 216 62 70 0 101 75 54 544 60 46
Binary 10001110 110010 111000 0 1000001 111101 101100 101100100 110000 100110

Color Harmonies of #8E3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3238

Black with #8E3238

Text Example


Text Example

White with #8E3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,56); }

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

background-color css

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

 a { background-color: rgb(142,50,56); }

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

border-color css

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

 span { border-color: rgb(142,50,56); }

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