#8B2F3B

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

Shades of Old Brick #8B2F3B

Tints of Old Brick #8B2F3B

Color information

#8B2F3B (or 0x8B2F3B) is unknown color: approx Old Brick. HEX triplet: 8B, 2F and 3B. RGB value is (139,47,59). Sum of RGB (Red+Green+Blue) = 139+47+59=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2F3B is #74D0C4. Grayscale: #4B4B4B. Windows color (decimal): -7655621 or 3878795. OLE color: 3878795.

HSL color Cylindrical-coordinate representation of color #8B2F3B: hue angle of 352.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F3B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1394759-
CMYK00.660.580.45
HSL352.17º49.46%36.47%-
HSV(B)352.17º66.19%54.51%-
XYZ12.457.844.99-
YUV75.88118.48173.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=56.73%
G=19.18%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139475900.660.580.45352.1749.4636.47
Hex8B2F3B0423A2D1603124
Octal2135773010272555406144
Binary1000101110111111101101000010111010101101101100000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,47,59); }

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

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

 a { background-color: rgb(139,47,59); }

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

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

 span { border-color: rgb(139,47,59); }

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