Html Css Color HEX #823031 Old Brick

📋 copy color: '#823031'

red 130 ◦ green 48 ◦ blue 49

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

Shades of Old Brick #823031

Tints of Old Brick #823031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 57.27%
G = 21.15%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#823031 (or 0x823031) is known color: Old Brick. HEX triplet: 82, 30 and 31. RGB value is (130,48,49). Sum of RGB (Red+Green+Blue) = 130+48+49=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #823031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823031 is #7DCFCE. Grayscale: #484848. Windows color (decimal): -8245199 or 3223682. OLE color: 3223682.

HSL color Cylindrical-coordinate representation of color #823031: hue angle of 359.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823031 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 49 -
CMYK 0 0.63 0.62 0.49
HSL 359.27º 0.46% 0.35% -
HSV(B) 359.27º 0.63% 0.51% -
XYZ 10.82 7.08 3.7 -
YUV 72.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 130 48 49 0 0.63 0.62 0.49 359.27 0.46 0.35
Hex 82 30 31 0 3F 3E 31 167 2E 23
Octal 202 60 61 0 77 76 61 547 56 43
Binary 10000010 110000 110001 0 111111 111110 110001 101100111 101110 100011

Color Harmonies of #823031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823031

Black with #823031

Text Example


Text Example

White with #823031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823031; }

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

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

background-color css

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

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

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

border-color css

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

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

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