Html Css Color HEX #87343E Old Brick

📋 copy color: '#87343E'

red 135 ◦ green 52 ◦ blue 62

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

Shades of Old Brick #87343E

Tints of Old Brick #87343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 54.22%
G = 20.88%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#87343E (or 0x87343E) is known color: Old Brick. HEX triplet: 87, 34 and 3E. RGB value is (135,52,62). Sum of RGB (Red+Green+Blue) = 135+52+62=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87343E is #78CBC1. Grayscale: #4E4E4E. Windows color (decimal): -7916482 or 4076679. OLE color: 4076679.

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

Color convert

RGB 135 52 62 -
CMYK 0 0.61 0.54 0.47
HSL 352.77º 0.44% 0.37% -
HSV(B) 352.77º 0.61% 0.53% -
XYZ 12.09 7.95 5.46 -
YUV 77.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 135 52 62 0 0.61 0.54 0.47 352.77 0.44 0.37
Hex 87 34 3E 0 3D 36 2F 161 2C 25
Octal 207 64 76 0 75 66 57 541 54 45
Binary 10000111 110100 111110 0 111101 110110 101111 101100001 101100 100101

Color Harmonies of #87343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87343E

Black with #87343E

Text Example


Text Example

White with #87343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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