Html Css Color HEX #813031 Old Brick

📋 copy color: '#813031'

red 129 ◦ green 48 ◦ blue 49

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

Shades of Old Brick #813031

Tints of Old Brick #813031

RGB

 RED value IS 129 (50.78% from 255) = 57.08%

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

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

R = 57.08%
G = 21.24%
B = 21.68%

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

#813031 (or 0x813031) is known color: Old Brick. HEX triplet: 81, 30 and 31. RGB value is (129,48,49). Sum of RGB (Red+Green+Blue) = 129+48+49=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813031 is #7ECFCE. Grayscale: #484848. Windows color (decimal): -8310735 or 3223681. OLE color: 3223681.

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

Color convert

RGB 129 48 49 -
CMYK 0 0.63 0.62 0.49
HSL 359.26º 0.46% 0.35% -
HSV(B) 359.26º 0.63% 0.51% -
XYZ 10.66 7 3.7 -
YUV 72.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 129 48 49 0 0.63 0.62 0.49 359.26 0.46 0.35
Hex 81 30 31 0 3F 3E 31 167 2E 23
Octal 201 60 61 0 77 76 61 547 56 43
Binary 10000001 110000 110001 0 111111 111110 110001 101100111 101110 100011

Color Harmonies of #813031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813031

Black with #813031

Text Example


Text Example

White with #813031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813031; }

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

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

background-color css

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

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

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

border-color css

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

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

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