#87353C

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

Shades of Old Brick #87353C

Tints of Old Brick #87353C

Color information

#87353C (or 0x87353C) is unknown color: approx Old Brick. HEX triplet: 87, 35 and 3C. RGB value is (135,53,60). Sum of RGB (Red+Green+Blue) = 135+53+60=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353C is #78CAC3. Grayscale: #4E4E4E. Windows color (decimal): -7916228 or 3945863. OLE color: 3945863.

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

Color convert

RGB1355360-
CMYK00.610.560.47
HSL354.88º43.62%36.86%-
HSV(B)354.88º60.74%52.94%-
XYZ12.088.025.19-
YUV78.32117.67168.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=54.44%
G=21.37%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135536000.610.560.47354.8843.6236.86
Hex87353C03D382F1632c25
Octal207657407570575435445
Binary100001111101011111000111101111000101111101100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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