#8D2F39

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

Shades of Old Brick #8D2F39

Tints of Old Brick #8D2F39

Color information

#8D2F39 (or 0x8D2F39) is unknown color: approx Old Brick. HEX triplet: 8D, 2F and 39. RGB value is (141,47,57). Sum of RGB (Red+Green+Blue) = 141+47+57=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F39 is #72D0C6. Grayscale: #4C4C4C. Windows color (decimal): -7524551 or 3747725. OLE color: 3747725.

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

Color convert

RGB1414757-
CMYK00.670.600.45
HSL353.62º50%36.86%-
HSV(B)353.62º66.67%55.29%-
XYZ12.747.994.74-
YUV76.25117.14174.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=57.55%
G=19.18%
B=23.27%

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
Decimal141475700.670.600.45353.625036.86
Hex8D2F390433C2D1623225
Octal2155771010374555426245
Binary1000110110111111100101000011111100101101101100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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