Html Css Color HEX #873031 Old Brick

📋 copy color: '#873031'

red 135 ◦ green 48 ◦ blue 49

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

Shades of Old Brick #873031

Tints of Old Brick #873031

RGB

 RED value IS 135 (53.13% from 255) = 58.19%

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

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

R = 58.19%
G = 20.69%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873031 (or 0x873031) is known color: Old Brick. HEX triplet: 87, 30 and 31. RGB value is (135,48,49). Sum of RGB (Red+Green+Blue) = 135+48+49=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #873031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873031 is #78CFCE. Grayscale: #4A4A4A. Windows color (decimal): -7917519 or 3223687. OLE color: 3223687.

HSL color Cylindrical-coordinate representation of color #873031: hue angle of 359.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873031 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 49 -
CMYK 0 0.64 0.64 0.47
HSL 359.31º 0.48% 0.36% -
HSV(B) 359.31º 0.64% 0.53% -
XYZ 11.6 7.49 3.74 -
YUV 74.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 135 48 49 0 0.64 0.64 0.47 359.31 0.48 0.36
Hex 87 30 31 0 40 40 2F 167 30 24
Octal 207 60 61 0 100 100 57 547 60 44
Binary 10000111 110000 110001 0 1000000 1000000 101111 101100111 110000 100100

Color Harmonies of #873031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873031

Black with #873031

Text Example


Text Example

White with #873031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873031; }

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

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

background-color css

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

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

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

border-color css

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

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

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