#813334

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

Shades of Old Brick #813334

Tints of Old Brick #813334

Color information

#813334 (or 0x813334) is unknown color: approx Old Brick. HEX triplet: 81, 33 and 34. RGB value is (129,51,52). Sum of RGB (Red+Green+Blue) = 129+51+52=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813334 is #7ECCCB. Grayscale: #4A4A4A. Windows color (decimal): -8309964 or 3421057. OLE color: 3421057.

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

Color convert

RGB1295152-
CMYK00.600.600.49
HSL359.23º43.33%35.29%-
HSV(B)359.23º60.47%50.59%-
XYZ10.867.284.08-
YUV74.44115.34166.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=55.60%
G=21.98%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129515200.600.600.49359.2343.3335.29
Hex81333403C3C311672b23
Octal201636407474615475343
Binary100000011100111101000111100111100110001101100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813334; }

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

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

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

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

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

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

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

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