#83353A

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

Shades of Old Brick #83353A

Tints of Old Brick #83353A

Color information

#83353A (or 0x83353A) is unknown color: approx Old Brick. HEX triplet: 83, 35 and 3A. RGB value is (131,53,58). Sum of RGB (Red+Green+Blue) = 131+53+58=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353A is #7CCAC5. Grayscale: #4C4C4C. Windows color (decimal): -8178374 or 3814787. OLE color: 3814787.

HSL color Cylindrical-coordinate representation of color #83353A: hue angle of 356.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83353A is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1315358-
CMYK00.600.560.49
HSL356.15º42.39%36.08%-
HSV(B)356.15º59.54%51.37%-
XYZ11.47.684.88-
YUV76.89117.34166.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=54.13%
G=21.90%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131535800.600.560.49356.1542.3936.08
Hex83353A03C38311642a24
Octal203657207470615445244
Binary100000111101011110100111100111000110001101100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83353A; }

 p { color: rgb(131,53,58); }

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

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

 a { background-color: rgb(131,53,58); }

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

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

 span { border-color: rgb(131,53,58); }

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