Html Css Color HEX #8D3236 Old Brick

📋 copy color: '#8D3236'

red 141 ◦ green 50 ◦ blue 54

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

Shades of Old Brick #8D3236

Tints of Old Brick #8D3236

RGB

 RED value IS 141 (55.47% from 255) = 57.55%

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

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 57.55%
G = 20.41%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D3236 (or 0x8D3236) is known color: Old Brick. HEX triplet: 8D, 32 and 36. RGB value is (141,50,54). Sum of RGB (Red+Green+Blue) = 141+50+54=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3236 is #72CDC9. Grayscale: #4D4D4D. Windows color (decimal): -7523786 or 3551885. OLE color: 3551885.

HSL color Cylindrical-coordinate representation of color #8D3236: hue angle of 357.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3236 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 54 -
CMYK 0 0.65 0.62 0.45
HSL 357.36º 0.48% 0.37% -
HSV(B) 357.36º 0.65% 0.55% -
XYZ 12.79 8.21 4.4 -
YUV 77.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 141 50 54 0 0.65 0.62 0.45 357.36 0.48 0.37
Hex 8D 32 36 0 41 3E 2D 165 30 25
Octal 215 62 66 0 101 76 55 545 60 45
Binary 10001101 110010 110110 0 1000001 111110 101101 101100101 110000 100101

Color Harmonies of #8D3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3236

Black with #8D3236

Text Example


Text Example

White with #8D3236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,50,54); }

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

background-color css

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

 a { background-color: rgb(141,50,54); }

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

border-color css

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

 span { border-color: rgb(141,50,54); }

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