#813234

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

Shades of Old Brick #813234

Tints of Old Brick #813234

Color information

#813234 (or 0x813234) is unknown color: approx Old Brick. HEX triplet: 81, 32 and 34. RGB value is (129,50,52). Sum of RGB (Red+Green+Blue) = 129+50+52=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #813234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813234 is #7ECDCB. Grayscale: #494949. Windows color (decimal): -8310220 or 3420801. OLE color: 3420801.

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

Color convert

RGB1295052-
CMYK00.610.600.49
HSL358.48º44.13%35.1%-
HSV(B)358.48º61.24%50.59%-
XYZ10.817.24.07-
YUV73.85115.67167.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=55.84%
G=21.65%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129505200.610.600.49358.4844.1335.1
Hex81323403D3C311662c23
Octal201626407574615465443
Binary100000011100101101000111101111100110001101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813234; }

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

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

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

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

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

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

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

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