#8D2F36

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

Shades of Old Brick #8D2F36

Tints of Old Brick #8D2F36

Color information

#8D2F36 (or 0x8D2F36) is unknown color: approx Old Brick. HEX triplet: 8D, 2F and 36. RGB value is (141,47,54). Sum of RGB (Red+Green+Blue) = 141+47+54=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F36 is #72D0C9. Grayscale: #4B4B4B. Windows color (decimal): -7524554 or 3551117. OLE color: 3551117.

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

Color convert

RGB1414754-
CMYK00.670.620.45
HSL355.53º50%36.86%-
HSV(B)355.53º66.67%55.29%-
XYZ12.677.964.36-
YUV75.9115.64174.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=58.26%
G=19.42%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141475400.670.620.45355.535036.86
Hex8D2F360433E2D1643225
Octal2155766010376555446245
Binary1000110110111111011001000011111110101101101100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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