Html Css Color HEX #873134 Old Brick

📋 copy color: '#873134'

red 135 ◦ green 49 ◦ blue 52

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

Shades of Old Brick #873134

Tints of Old Brick #873134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 57.2%
G = 20.76%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#873134 (or 0x873134) is known color: Old Brick. HEX triplet: 87, 31 and 34. RGB value is (135,49,52). Sum of RGB (Red+Green+Blue) = 135+49+52=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873134 is #78CECB. Grayscale: #4B4B4B. Windows color (decimal): -7917260 or 3420551. OLE color: 3420551.

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

Color convert

RGB 135 49 52 -
CMYK 0 0.64 0.61 0.47
HSL 357.91º 0.47% 0.36% -
HSV(B) 357.91º 0.64% 0.53% -
XYZ 11.71 7.6 4.1 -
YUV 75.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 135 49 52 0 0.64 0.61 0.47 357.91 0.47 0.36
Hex 87 31 34 0 40 3D 2F 166 2F 24
Octal 207 61 64 0 100 75 57 546 57 44
Binary 10000111 110001 110100 0 1000000 111101 101111 101100110 101111 100100

Color Harmonies of #873134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873134

Black with #873134

Text Example


Text Example

White with #873134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873134; }

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

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

background-color css

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

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

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

border-color css

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

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

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