Html Css Color HEX #823134 Old Brick

📋 copy color: '#823134'

red 130 ◦ green 49 ◦ blue 52

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

Shades of Old Brick #823134

Tints of Old Brick #823134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 56.28%
G = 21.21%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#823134 (or 0x823134) is known color: Old Brick. HEX triplet: 82, 31 and 34. RGB value is (130,49,52). Sum of RGB (Red+Green+Blue) = 130+49+52=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #823134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823134 is #7DCECB. Grayscale: #494949. Windows color (decimal): -8244940 or 3420546. OLE color: 3420546.

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

Color convert

RGB 130 49 52 -
CMYK 0 0.62 0.60 0.49
HSL 357.78º 0.45% 0.35% -
HSV(B) 357.78º 0.62% 0.51% -
XYZ 10.92 7.19 4.06 -
YUV 73.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 130 49 52 0 0.62 0.60 0.49 357.78 0.45 0.35
Hex 82 31 34 0 3E 3C 31 166 2D 23
Octal 202 61 64 0 76 74 61 546 55 43
Binary 10000010 110001 110100 0 111110 111100 110001 101100110 101101 100011

Color Harmonies of #823134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823134

Black with #823134

Text Example


Text Example

White with #823134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823134; }

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

 H1.HeaderClassName
 {
   color: #823134;
 }
 .AnyTagClassName
 {
   color: #823134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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