#8D2F38

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

Shades of Old Brick #8D2F38

Tints of Old Brick #8D2F38

Color information

#8D2F38 (or 0x8D2F38) is unknown color: approx Old Brick. HEX triplet: 8D, 2F and 38. RGB value is (141,47,56). Sum of RGB (Red+Green+Blue) = 141+47+56=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F38 is #72D0C7. Grayscale: #4C4C4C. Windows color (decimal): -7524552 or 3682189. OLE color: 3682189.

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

Color convert

RGB1414756-
CMYK00.670.600.45
HSL354.26º50%36.86%-
HSV(B)354.26º66.67%55.29%-
XYZ12.717.984.61-
YUV76.13116.64174.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=57.79%
G=19.26%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141475600.670.600.45354.265036.86
Hex8D2F380433C2D1623225
Octal2155770010374555426245
Binary1000110110111111100001000011111100101101101100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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