#8b303b

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

Shades of Old Brick #8B303B

Tints of Old Brick #8B303B

Color information

#8B303B (or 0x8B303B) is unknown color: approx Old Brick. HEX triplet: 8B, 30 and 3B. RGB value is (139,48,59). Sum of RGB (Red+Green+Blue) = 139+48+59=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303B is #74CFC4. Grayscale: #4C4C4C. Windows color (decimal): -7655365 or 3879051. OLE color: 3879051.

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

Color convert

RGB1394859-
CMYK00.650.580.45
HSL352.75º48.66%36.67%-
HSV(B)352.75º65.47%54.51%-
XYZ12.497.925.01-
YUV76.46118.15172.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=56.50%
G=19.51%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139485900.650.580.45352.7548.6636.67
Hex8B303B0413A2D1613125
Octal2136073010172555416145
Binary1000101111000011101101000001111010101101101100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b303b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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