#8C3137

Color #8C3137 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #8C3137

Tints of Old Brick #8C3137

Color information

#8C3137 (or 0x8C3137) is unknown color: approx Old Brick. HEX triplet: 8C, 31 and 37. RGB value is (140,49,55). Sum of RGB (Red+Green+Blue) = 140+49+55=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3137 is #73CEC8. Grayscale: #4C4C4C. Windows color (decimal): -7589577 or 3617164. OLE color: 3617164.

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

Color convert

RGB1404955-
CMYK00.650.610.45
HSL356.04º48.15%37.06%-
HSV(B)356.04º65%54.9%-
XYZ12.68.054.5-
YUV76.89115.65173.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.38%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=57.38%
G=20.08%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140495500.650.610.45356.0448.1537.06
Hex8C31370413D2D1643025
Octal2146167010175555446045
Binary1000110011000111011101000001111101101101101100100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,55); }

 H1.HeaderClassName
 {
   color: #8C3137;
 }
 .AnyTagClassName
 {
   color: #8C3137;
 }
</style>
background-color css

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

 a { background-color: rgb(140,49,55); }

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

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

 span { border-color: rgb(140,49,55); }

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