#83343A

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

Shades of Old Brick #83343A

Tints of Old Brick #83343A

Color information

#83343A (or 0x83343A) is unknown color: approx Old Brick. HEX triplet: 83, 34 and 3A. RGB value is (131,52,58). Sum of RGB (Red+Green+Blue) = 131+52+58=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83343A is #7CCBC5. Grayscale: #4C4C4C. Windows color (decimal): -8178630 or 3814531. OLE color: 3814531.

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

Color convert

RGB1315258-
CMYK00.600.560.49
HSL355.44º43.17%35.88%-
HSV(B)355.44º60.31%51.37%-
XYZ11.357.594.87-
YUV76.3117.67167.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=54.36%
G=21.58%
B=24.07%

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
Decimal131525800.600.560.49355.4443.1735.88
Hex83343A03C38311632b24
Octal203647207470615435344
Binary100000111101001110100111100111000110001101100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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