#823135

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

Shades of Old Brick #823135

Tints of Old Brick #823135

Color information

#823135 (or 0x823135) is unknown color: approx Old Brick. HEX triplet: 82, 31 and 35. RGB value is (130,49,53). Sum of RGB (Red+Green+Blue) = 130+49+53=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #823135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823135 is #7DCECA. Grayscale: #494949. Windows color (decimal): -8244939 or 3486082. OLE color: 3486082.

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

Color convert

RGB1304953-
CMYK00.620.590.49
HSL357.04º45.25%35.1%-
HSV(B)357.04º62.31%50.98%-
XYZ10.957.24.18-
YUV73.68116.34168.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=56.03%
G=21.12%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130495300.620.590.49357.0445.2535.1
Hex82313503E3B311652d23
Octal202616507673615455543
Binary100000101100011101010111110111011110001101100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823135; }

 p { color: rgb(130,49,53); }

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

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

 a { background-color: rgb(130,49,53); }

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

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

 span { border-color: rgb(130,49,53); }

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