Html Css Color HEX #87343B Old Brick

📋 copy color: '#87343B'

red 135 ◦ green 52 ◦ blue 59

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

Shades of Old Brick #87343B

Tints of Old Brick #87343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 54.88%
G = 21.14%
B = 23.98%

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

#87343B (or 0x87343B) is known color: Old Brick. HEX triplet: 87, 34 and 3B. RGB value is (135,52,59). Sum of RGB (Red+Green+Blue) = 135+52+59=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87343B is #78CBC4. Grayscale: #4D4D4D. Windows color (decimal): -7916485 or 3880071. OLE color: 3880071.

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

Color convert

RGB 135 52 59 -
CMYK 0 0.61 0.56 0.47
HSL 354.94º 0.44% 0.37% -
HSV(B) 354.94º 0.61% 0.53% -
XYZ 12.01 7.92 5.03 -
YUV 77.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 135 52 59 0 0.61 0.56 0.47 354.94 0.44 0.37
Hex 87 34 3B 0 3D 38 2F 163 2C 25
Octal 207 64 73 0 75 70 57 543 54 45
Binary 10000111 110100 111011 0 111101 111000 101111 101100011 101100 100101

Color Harmonies of #87343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87343B

Black with #87343B

Text Example


Text Example

White with #87343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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