#813337

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

Shades of Old Brick #813337

Tints of Old Brick #813337

Color information

#813337 (or 0x813337) is unknown color: approx Old Brick. HEX triplet: 81, 33 and 37. RGB value is (129,51,55). Sum of RGB (Red+Green+Blue) = 129+51+55=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813337 is #7ECCC8. Grayscale: #4A4A4A. Windows color (decimal): -8309961 or 3617665. OLE color: 3617665.

HSL color Cylindrical-coordinate representation of color #813337: hue angle of 356.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813337 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1295155-
CMYK00.600.570.49
HSL356.92º43.33%35.29%-
HSV(B)356.92º60.47%50.59%-
XYZ10.937.314.45-
YUV74.78116.84166.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=54.89%
G=21.70%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129515500.600.570.49356.9243.3335.29
Hex81333703C39311652b23
Octal201636707471615455343
Binary100000011100111101110111100111001110001101100101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813337; }

 p { color: rgb(129,51,55); }

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

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

 a { background-color: rgb(129,51,55); }

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

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

 span { border-color: rgb(129,51,55); }

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