#803031

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

Shades of Old Brick #803031

Tints of Old Brick #803031

Color information

#803031 (or 0x803031) is unknown color: approx Old Brick. HEX triplet: 80, 30 and 31. RGB value is (128,48,49). Sum of RGB (Red+Green+Blue) = 128+48+49=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803031 is #7FCFCE. Grayscale: #484848. Windows color (decimal): -8376271 or 3223680. OLE color: 3223680.

HSL color Cylindrical-coordinate representation of color #803031: hue angle of 359.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803031 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1284849-
CMYK00.620.620.50
HSL359.25º45.45%34.51%-
HSV(B)359.25º62.5%50.2%-
XYZ10.516.923.69-
YUV72.03115167.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=56.89%
G=21.33%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128484900.620.620.50359.2545.4534.51
Hex80303103E3E321672d23
Octal200606107676625475543
Binary100000001100001100010111110111110110010101100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803031; }

 p { color: rgb(128,48,49); }

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

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

 a { background-color: rgb(128,48,49); }

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

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

 span { border-color: rgb(128,48,49); }

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