#8B3039

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

Shades of Old Brick #8B3039

Tints of Old Brick #8B3039

Color information

#8B3039 (or 0x8B3039) is unknown color: approx Old Brick. HEX triplet: 8B, 30 and 39. RGB value is (139,48,57). Sum of RGB (Red+Green+Blue) = 139+48+57=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3039 is #74CFC6. Grayscale: #4C4C4C. Windows color (decimal): -7655367 or 3747979. OLE color: 3747979.

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

Color convert

RGB1394857-
CMYK00.650.590.45
HSL354.07º48.66%36.67%-
HSV(B)354.07º65.47%54.51%-
XYZ12.447.94.74-
YUV76.24117.15172.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=56.97%
G=19.67%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139485700.650.590.45354.0748.6636.67
Hex8B30390413B2D1623125
Octal2136071010173555426145
Binary1000101111000011100101000001111011101101101100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,57); }

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

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

 a { background-color: rgb(139,48,57); }

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

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

 span { border-color: rgb(139,48,57); }

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