#813335

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

Shades of Old Brick #813335

Tints of Old Brick #813335

Color information

#813335 (or 0x813335) is unknown color: approx Old Brick. HEX triplet: 81, 33 and 35. RGB value is (129,51,53). Sum of RGB (Red+Green+Blue) = 129+51+53=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813335 is #7ECCCA. Grayscale: #4A4A4A. Windows color (decimal): -8309963 or 3486593. OLE color: 3486593.

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

Color convert

RGB1295153-
CMYK00.600.590.49
HSL358.46º43.33%35.29%-
HSV(B)358.46º60.47%50.59%-
XYZ10.887.294.2-
YUV74.55115.84166.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=55.36%
G=21.89%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129515300.600.590.49358.4643.3335.29
Hex81333503C3B311662b23
Octal201636507473615465343
Binary100000011100111101010111100111011110001101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813335; }

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

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

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

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

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

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

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

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