Html Css Color HEX #873139 Old Brick

📋 copy color: '#873139'

red 135 ◦ green 49 ◦ blue 57

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

Shades of Old Brick #873139

Tints of Old Brick #873139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 56.02%
G = 20.33%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#873139 (or 0x873139) is known color: Old Brick. HEX triplet: 87, 31 and 39. RGB value is (135,49,57). Sum of RGB (Red+Green+Blue) = 135+49+57=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873139 is #78CEC6. Grayscale: #4B4B4B. Windows color (decimal): -7917255 or 3748231. OLE color: 3748231.

HSL color Cylindrical-coordinate representation of color #873139: hue angle of 354.42º degrees, saturation: 0.47, 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 #873139 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 57 -
CMYK 0 0.64 0.58 0.47
HSL 354.42º 0.47% 0.36% -
HSV(B) 354.42º 0.64% 0.53% -
XYZ 11.83 7.64 4.72 -
YUV 75.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 135 49 57 0 0.64 0.58 0.47 354.42 0.47 0.36
Hex 87 31 39 0 40 3A 2F 162 2F 24
Octal 207 61 71 0 100 72 57 542 57 44
Binary 10000111 110001 111001 0 1000000 111010 101111 101100010 101111 100100

Color Harmonies of #873139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873139

Black with #873139

Text Example


Text Example

White with #873139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873139; }

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

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

background-color css

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

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

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

border-color css

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

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

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