#88343A

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

Shades of Old Brick #88343A

Tints of Old Brick #88343A

Color information

#88343A (or 0x88343A) is unknown color: approx Old Brick. HEX triplet: 88, 34 and 3A. RGB value is (136,52,58). Sum of RGB (Red+Green+Blue) = 136+52+58=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88343A is #77CBC5. Grayscale: #4D4D4D. Windows color (decimal): -7850950 or 3814536. OLE color: 3814536.

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

Color convert

RGB1365258-
CMYK00.620.570.47
HSL355.71º44.68%36.86%-
HSV(B)355.71º61.76%53.33%-
XYZ12.1584.91-
YUV77.8116.83169.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=55.28%
G=21.14%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136525800.620.570.47355.7144.6836.86
Hex88343A03E392F1642d25
Octal210647207671575445545
Binary100010001101001110100111110111001101111101100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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