#813032

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

Shades of Old Brick #813032

Tints of Old Brick #813032

Color information

#813032 (or 0x813032) is unknown color: approx Old Brick. HEX triplet: 81, 30 and 32. RGB value is (129,48,50). Sum of RGB (Red+Green+Blue) = 129+48+50=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #813032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813032 is #7ECFCD. Grayscale: #484848. Windows color (decimal): -8310734 or 3289217. OLE color: 3289217.

HSL color Cylindrical-coordinate representation of color #813032: hue angle of 358.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813032 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1294850-
CMYK00.630.610.49
HSL358.52º45.76%34.71%-
HSV(B)358.52º62.79%50.59%-
XYZ10.697.013.81-
YUV72.45115.34168.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=56.83%
G=21.15%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129485000.630.610.49358.5245.7634.71
Hex81303203F3D311672e23
Octal201606207775615475643
Binary100000011100001100100111111111101110001101100111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813032; }

 p { color: rgb(129,48,50); }

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

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

 a { background-color: rgb(129,48,50); }

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

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

 span { border-color: rgb(129,48,50); }

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