Html Css Color HEX #87343C Old Brick

📋 copy color: '#87343C'

red 135 ◦ green 52 ◦ blue 60

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

Shades of Old Brick #87343C

Tints of Old Brick #87343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 54.66%
G = 21.05%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87343C (or 0x87343C) is known color: Old Brick. HEX triplet: 87, 34 and 3C. RGB value is (135,52,60). Sum of RGB (Red+Green+Blue) = 135+52+60=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87343C is #78CBC3. Grayscale: #4D4D4D. Windows color (decimal): -7916484 or 3945607. OLE color: 3945607.

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

Color convert

RGB 135 52 60 -
CMYK 0 0.61 0.56 0.47
HSL 354.22º 0.44% 0.37% -
HSV(B) 354.22º 0.61% 0.53% -
XYZ 12.04 7.93 5.17 -
YUV 77.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 135 52 60 0 0.61 0.56 0.47 354.22 0.44 0.37
Hex 87 34 3C 0 3D 38 2F 162 2C 25
Octal 207 64 74 0 75 70 57 542 54 45
Binary 10000111 110100 111100 0 111101 111000 101111 101100010 101100 100101

Color Harmonies of #87343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87343C

Black with #87343C

Text Example


Text Example

White with #87343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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