Html Css Color HEX #8E3134 Old Brick

📋 copy color: '#8E3134'

red 142 ◦ green 49 ◦ blue 52

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

Shades of Old Brick #8E3134

Tints of Old Brick #8E3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 58.44%
G = 20.16%
B = 21.4%

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

#8E3134 (or 0x8E3134) is known color: Old Brick. HEX triplet: 8E, 31 and 34. RGB value is (142,49,52). Sum of RGB (Red+Green+Blue) = 142+49+52=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3134 is #71CECB. Grayscale: #4D4D4D. Windows color (decimal): -7458508 or 3420558. OLE color: 3420558.

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

Color convert

RGB 142 49 52 -
CMYK 0 0.65 0.63 0.44
HSL 358.06º 0.49% 0.37% -
HSV(B) 358.06º 0.65% 0.56% -
XYZ 12.87 8.2 4.15 -
YUV 77.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 142 49 52 0 0.65 0.63 0.44 358.06 0.49 0.37
Hex 8E 31 34 0 41 3F 2C 166 31 25
Octal 216 61 64 0 101 77 54 546 61 45
Binary 10001110 110001 110100 0 1000001 111111 101100 101100110 110001 100101

Color Harmonies of #8E3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3134

Black with #8E3134

Text Example


Text Example

White with #8E3134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,52); }

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

background-color css

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

 a { background-color: rgb(142,49,52); }

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

border-color css

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

 span { border-color: rgb(142,49,52); }

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