Html Css Color HEX #82343A Old Brick

📋 copy color: '#82343A'

red 130 ◦ green 52 ◦ blue 58

#82343A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #82343A

Tints of Old Brick #82343A

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82343A (or 0x82343A) is known color: 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

RGB 130 52 58 -
CMYK 0 0.60 0.55 0.49
HSL 355.38º 0.43% 0.36% -
HSV(B) 355.38º 0.6% 0.51% -
XYZ 11.2 7.51 4.86 -
YUV 76.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 130 52 58 0 0.60 0.55 0.49 355.38 0.43 0.36
Hex 82 34 3A 0 3C 37 31 163 2B 24
Octal 202 64 72 0 74 67 61 543 53 44
Binary 10000010 110100 111010 0 111100 110111 110001 101100011 101011 100100

Color Harmonies of #82343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82343A

Black with #82343A

Text Example


Text Example

White with #82343A

Text Example


Text Example

HTML Codes & Css Web 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>