#88353A

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

Shades of Old Brick #88353A

Tints of Old Brick #88353A

Color information

#88353A (or 0x88353A) is unknown color: approx Old Brick. HEX triplet: 88, 35 and 3A. RGB value is (136,53,58). Sum of RGB (Red+Green+Blue) = 136+53+58=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88353A is #77CAC5. Grayscale: #4E4E4E. Windows color (decimal): -7850694 or 3814792. OLE color: 3814792.

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

Color convert

RGB1365358-
CMYK00.610.570.47
HSL356.39º43.92%37.06%-
HSV(B)356.39º61.03%53.33%-
XYZ12.198.094.92-
YUV78.39116.5169.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=55.06%
G=21.46%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136535800.610.570.47356.3943.9237.06
Hex88353A03D392F1642c25
Octal210657207571575445445
Binary100010001101011110100111101111001101111101100100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,53,58); }

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

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

 a { background-color: rgb(136,53,58); }

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

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

 span { border-color: rgb(136,53,58); }

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