#87353D

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

Shades of Old Brick #87353D

Tints of Old Brick #87353D

Color information

#87353D (or 0x87353D) is unknown color: approx Old Brick. HEX triplet: 87, 35 and 3D. RGB value is (135,53,61). Sum of RGB (Red+Green+Blue) = 135+53+61=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353D is #78CAC2. Grayscale: #4E4E4E. Windows color (decimal): -7916227 or 4011399. OLE color: 4011399.

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

Color convert

RGB1355361-
CMYK00.610.550.47
HSL354.15º43.62%36.86%-
HSV(B)354.15º60.74%52.94%-
XYZ12.118.035.33-
YUV78.43118.17168.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=54.22%
G=21.29%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135536100.610.550.47354.1543.6236.86
Hex87353D03D372F1622c25
Octal207657507567575425445
Binary100001111101011111010111101110111101111101100010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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