#89323E

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

Shades of Old Brick #89323E

Tints of Old Brick #89323E

Color information

#89323E (or 0x89323E) is unknown color: approx Old Brick. HEX triplet: 89, 32 and 3E. RGB value is (137,50,62). Sum of RGB (Red+Green+Blue) = 137+50+62=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89323E is #76CDC1. Grayscale: #4D4D4D. Windows color (decimal): -7785922 or 4076169. OLE color: 4076169.

HSL color Cylindrical-coordinate representation of color #89323E: hue angle of 351.72º 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 #89323E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1375062-
CMYK00.640.550.46
HSL351.72º46.52%36.67%-
HSV(B)351.72º63.5%53.73%-
XYZ12.337.955.44-
YUV77.38119.32170.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=55.02%
G=20.08%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137506200.640.550.46351.7246.5236.67
Hex89323E040372E1602f25
Octal2116276010067565405745
Binary1000100111001011111001000000110111101110101100000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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