Html Css Color HEX #803132 Old Brick

📋 copy color: '#803132'

red 128 ◦ green 49 ◦ blue 50

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

Shades of Old Brick #803132

Tints of Old Brick #803132

RGB

 RED value IS 128 (50.39% from 255) = 56.39%

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 56.39%
G = 21.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#803132 (or 0x803132) is known color: Old Brick. HEX triplet: 80, 31 and 32. RGB value is (128,49,50). Sum of RGB (Red+Green+Blue) = 128+49+50=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #803132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803132 is #7FCECD. Grayscale: #484848. Windows color (decimal): -8376014 or 3289472. OLE color: 3289472.

HSL color Cylindrical-coordinate representation of color #803132: hue angle of 359.24º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803132 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 50 -
CMYK 0 0.62 0.61 0.50
HSL 359.24º 0.45% 0.35% -
HSV(B) 359.24º 0.62% 0.5% -
XYZ 10.58 7.02 3.81 -
YUV 72.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 128 49 50 0 0.62 0.61 0.50 359.24 0.45 0.35
Hex 80 31 32 0 3E 3D 32 167 2D 23
Octal 200 61 62 0 76 75 62 547 55 43
Binary 10000000 110001 110010 0 111110 111101 110010 101100111 101101 100011

Color Harmonies of #803132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803132

Black with #803132

Text Example


Text Example

White with #803132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803132; }

 p { color: rgb(128,49,50); }

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

background-color css

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

 a { background-color: rgb(128,49,50); }

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

border-color css

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

 span { border-color: rgb(128,49,50); }

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