Html Css Color HEX #87343F Old Brick

📋 copy color: '#87343F'

red 135 ◦ green 52 ◦ blue 63

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

Shades of Old Brick #87343F

Tints of Old Brick #87343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 54%
G = 20.8%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87343F (or 0x87343F) is known color: Old Brick. HEX triplet: 87, 34 and 3F. RGB value is (135,52,63). Sum of RGB (Red+Green+Blue) = 135+52+63=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87343F is #78CBC0. Grayscale: #4E4E4E. Windows color (decimal): -7916481 or 4142215. OLE color: 4142215.

HSL color Cylindrical-coordinate representation of color #87343F: hue angle of 352.05º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87343F is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 63 -
CMYK 0 0.61 0.53 0.47
HSL 352.05º 0.44% 0.37% -
HSV(B) 352.05º 0.61% 0.53% -
XYZ 12.12 7.97 5.6 -
YUV 78.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 135 52 63 0 0.61 0.53 0.47 352.05 0.44 0.37
Hex 87 34 3F 0 3D 35 2F 160 2C 25
Octal 207 64 77 0 75 65 57 540 54 45
Binary 10000111 110100 111111 0 111101 110101 101111 101100000 101100 100101

Color Harmonies of #87343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87343F

Black with #87343F

Text Example


Text Example

White with #87343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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