#87313A

Color #87313A Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #87313A

Tints of Old Brick #87313A

Color information

#87313A (or 0x87313A) is unknown color: approx Old Brick. HEX triplet: 87, 31 and 3A. RGB value is (135,49,58). Sum of RGB (Red+Green+Blue) = 135+49+58=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #87313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87313A is #78CEC5. Grayscale: #4B4B4B. Windows color (decimal): -7917254 or 3813767. OLE color: 3813767.

HSL color Cylindrical-coordinate representation of color #87313A: hue angle of 353.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87313A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1354958-
CMYK00.640.570.47
HSL353.72º46.74%36.08%-
HSV(B)353.72º63.7%52.94%-
XYZ11.857.654.86-
YUV75.74117.99170.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=55.79%
G=20.25%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135495800.640.570.47353.7246.7436.08
Hex87313A040392F1622f24
Octal2076172010071575425744
Binary1000011111000111101001000000111001101111101100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87313A; }

 p { color: rgb(135,49,58); }

 H1.HeaderClassName
 {
   color: #87313A;
 }
 .AnyTagClassName
 {
   color: #87313A;
 }
</style>
background-color css

<style>
 a { background-color: #87313A; }

 a { background-color: rgb(135,49,58); }

 div.DivClassName
 {
   background-color: #87313A;
 }
 .BgClassName
 {
   background-color: #87313A;
 }
</style>
border-color css

<style>
 span { border-color: #87313A; }

 span { border-color: rgb(135,49,58); }

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