#82343A

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

Shades of Old Brick #82343A

Tints of Old Brick #82343A

Color information

#82343A (or 0x82343A) is unknown color: approx Old Brick. HEX triplet: 82, 34 and 3A. RGB value is (130,52,58). Sum of RGB (Red+Green+Blue) = 130+52+58=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82343A is #7DCBC5. Grayscale: #4C4C4C. Windows color (decimal): -8244166 or 3814530. OLE color: 3814530.

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

Color convert

RGB1305258-
CMYK00.600.550.49
HSL355.38º42.86%35.69%-
HSV(B)355.38º60%50.98%-
XYZ11.27.514.86-
YUV76.01117.84166.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=54.17%
G=21.67%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130525800.600.550.49355.3842.8635.69
Hex82343A03C37311632b24
Octal202647207467615435344
Binary100000101101001110100111100110111110001101100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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