Html Css Color HEX #87373B Old Brick

📋 copy color: '#87373B'

red 135 ◦ green 55 ◦ blue 59

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

Shades of Old Brick #87373B

Tints of Old Brick #87373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 54.22%
G = 22.09%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87373B (or 0x87373B) is known color: Old Brick. HEX triplet: 87, 37 and 3B. RGB value is (135,55,59). Sum of RGB (Red+Green+Blue) = 135+55+59=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87373B is #78C8C4. Grayscale: #4F4F4F. Windows color (decimal): -7915717 or 3880839. OLE color: 3880839.

HSL color Cylindrical-coordinate representation of color #87373B: hue angle of 357º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87373B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 59 -
CMYK 0 0.59 0.56 0.47
HSL 357º 0.42% 0.37% -
HSV(B) 357º 0.59% 0.53% -
XYZ 12.15 8.2 5.08 -
YUV 79.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 135 55 59 0 0.59 0.56 0.47 357 0.42 0.37
Hex 87 37 3B 0 3B 38 2F 165 2A 25
Octal 207 67 73 0 73 70 57 545 52 45
Binary 10000111 110111 111011 0 111011 111000 101111 101100101 101010 100101

Color Harmonies of #87373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87373B

Black with #87373B

Text Example


Text Example

White with #87373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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