Html Css Color HEX #8E3235 Well Read

📋 copy color: '#8E3235'

red 142 ◦ green 50 ◦ blue 53

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

Shades of Well Read #8E3235

Tints of Well Read #8E3235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 57.96%
G = 20.41%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E3235 (or 0x8E3235) is known color: Well Read. HEX triplet: 8E, 32 and 35. RGB value is (142,50,53). Sum of RGB (Red+Green+Blue) = 142+50+53=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3235 is #71CDCA. Grayscale: #4D4D4D. Windows color (decimal): -7458251 or 3486350. OLE color: 3486350.

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

Color convert

RGB 142 50 53 -
CMYK 0 0.65 0.63 0.44
HSL 358.04º 0.48% 0.38% -
HSV(B) 358.04º 0.65% 0.56% -
XYZ 12.94 8.29 4.29 -
YUV 77.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 142 50 53 0 0.65 0.63 0.44 358.04 0.48 0.38
Hex 8E 32 35 0 41 3F 2C 166 30 26
Octal 216 62 65 0 101 77 54 546 60 46
Binary 10001110 110010 110101 0 1000001 111111 101100 101100110 110000 100110

Color Harmonies of #8E3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3235

Black with #8E3235

Text Example


Text Example

White with #8E3235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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