Html Css Color HEX #8B3136 Old Brick

📋 copy color: '#8B3136'

red 139 ◦ green 49 ◦ blue 54

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

Shades of Old Brick #8B3136

Tints of Old Brick #8B3136

RGB

 RED value IS 139 (54.69% from 255) = 57.44%

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

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

R = 57.44%
G = 20.25%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8B3136 (or 0x8B3136) is known color: Old Brick. HEX triplet: 8B, 31 and 36. RGB value is (139,49,54). Sum of RGB (Red+Green+Blue) = 139+49+54=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3136 is #74CEC9. Grayscale: #4C4C4C. Windows color (decimal): -7655114 or 3551627. OLE color: 3551627.

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

Color convert

RGB 139 49 54 -
CMYK 0 0.65 0.61 0.45
HSL 356.67º 0.48% 0.37% -
HSV(B) 356.67º 0.65% 0.55% -
XYZ 12.41 7.95 4.37 -
YUV 76.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 139 49 54 0 0.65 0.61 0.45 356.67 0.48 0.37
Hex 8B 31 36 0 41 3D 2D 165 30 25
Octal 213 61 66 0 101 75 55 545 60 45
Binary 10001011 110001 110110 0 1000001 111101 101101 101100101 110000 100101

Color Harmonies of #8B3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3136

Black with #8B3136

Text Example


Text Example

White with #8B3136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,49,54); }

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

background-color css

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

 a { background-color: rgb(139,49,54); }

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

border-color css

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

 span { border-color: rgb(139,49,54); }

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