#813336

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

Shades of Old Brick #813336

Tints of Old Brick #813336

Color information

#813336 (or 0x813336) is unknown color: approx Old Brick. HEX triplet: 81, 33 and 36. RGB value is (129,51,54). Sum of RGB (Red+Green+Blue) = 129+51+54=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813336 is #7ECCC9. Grayscale: #4A4A4A. Windows color (decimal): -8309962 or 3552129. OLE color: 3552129.

HSL color Cylindrical-coordinate representation of color #813336: hue angle of 357.69º 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 #813336 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1295154-
CMYK00.600.580.49
HSL357.69º43.33%35.29%-
HSV(B)357.69º60.47%50.59%-
XYZ10.97.34.32-
YUV74.66116.34166.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=55.13%
G=21.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129515400.600.580.49357.6943.3335.29
Hex81333603C3A311662b23
Octal201636607472615465343
Binary100000011100111101100111100111010110001101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813336; }

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

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

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

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

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

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

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

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