#89323A

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

Shades of Old Brick #89323A

Tints of Old Brick #89323A

Color information

#89323A (or 0x89323A) is unknown color: approx Old Brick. HEX triplet: 89, 32 and 3A. RGB value is (137,50,58). Sum of RGB (Red+Green+Blue) = 137+50+58=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89323A is #76CDC5. Grayscale: #4C4C4C. Windows color (decimal): -7785926 or 3814025. OLE color: 3814025.

HSL color Cylindrical-coordinate representation of color #89323A: hue angle of 354.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89323A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1375058-
CMYK00.640.580.46
HSL354.48º46.52%36.67%-
HSV(B)354.48º63.5%53.73%-
XYZ12.227.914.88-
YUV76.92117.32170.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=55.92%
G=20.41%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137505800.640.580.46354.4846.5236.67
Hex89323A0403A2E1622f25
Octal2116272010072565425745
Binary1000100111001011101001000000111010101110101100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,50,58); }

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

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

 a { background-color: rgb(137,50,58); }

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

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

 span { border-color: rgb(137,50,58); }

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